#0ECAB2

Color #0ECAB2 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #0ECAB2

Tints of Caribbean Green #0ECAB2

Color information

#0ECAB2 (or 0x0ECAB2) is unknown color: approx Caribbean Green. HEX triplet: 0E, CA and B2. RGB value is (14,202,178). Sum of RGB (Red+Green+Blue) = 14+202+178=394 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.55% from 394); Green value is 202 (79.30% from 255 or 51.27% from 394); Blue value is 178 (69.92% from 255 or 45.18% from 394); Max value from RGB is 202 - color contains mainly: green. Hex color #0ECAB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ECAB2 is #F1354D. Grayscale: #8E8E8E. Windows color (decimal): -15807822 or 11717134. OLE color: 11717134.

HSL color Cylindrical-coordinate representation of color #0ECAB2: hue angle of 172.34º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECAB2 is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB14202178-
CMYK0.9300.120.21
HSL172.34º87.04%42.35%-
HSV(B)172.34º93.07%79.22%-
XYZ29.3445.5549.37-
YUV143.05147.7235.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 14 (5.86% from 255) = 3.55%
GREEN value IS 202 (79.30% from 255) = 51.27%
BLUE value IS 178 (69.92% from 255) = 45.18%
R=3.55%
G=51.27%
B=45.18%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal142021780.9300.120.21172.3487.0442.35
HexECAB25D0C15ac572a
Octal163122621350142525412752
Binary1110110010101011001010111010110010101101011001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ECAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0ECAB2; }

 p { color: rgb(14,202,178); }

 H1.HeaderClassName
 {
   color: #0ECAB2;
 }
 .AnyTagClassName
 {
   color: #0ECAB2;
 }
</style>
background-color css

<style>
 a { background-color: #0ECAB2; }

 a { background-color: rgb(14,202,178); }

 div.DivClassName
 {
   background-color: #0ECAB2;
 }
 .BgClassName
 {
   background-color: #0ECAB2;
 }
</style>
border-color css

<style>
 span { border-color: #0ECAB2; }

 span { border-color: rgb(14,202,178); }

 td.TdClassName
 {
   border-color: #0ECAB2;
 }
 .TagClassName
 {
   border-color: #0ECAB2;
 }
</style>