#0EC99C

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

Shades of Caribbean Green #0EC99C

Tints of Caribbean Green #0EC99C

Color information

#0EC99C (or 0x0EC99C) is unknown color: approx Caribbean Green. HEX triplet: 0E, C9 and 9C. RGB value is (14,201,156). Sum of RGB (Red+Green+Blue) = 14+201+156=371 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.77% from 371); Green value is 201 (78.91% from 255 or 54.18% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 201 - color contains mainly: green. Hex color #0EC99C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC99C is #F13663. Grayscale: #8B8B8B. Windows color (decimal): -15808100 or 10275086. OLE color: 10275086.

HSL color Cylindrical-coordinate representation of color #0EC99C: hue angle of 165.56º 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 #0EC99C is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB14201156-
CMYK0.9300.220.21
HSL165.56º86.98%42.16%-
HSV(B)165.56º93.03%78.82%-
XYZ27.0744.2738.57-
YUV139.96137.0538.16-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.77%
GREEN value IS 201 (78.91% from 255) = 54.18%
BLUE value IS 156 (61.33% from 255) = 42.05%
R=3.77%
G=54.18%
B=42.05%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal142011560.9300.220.21165.5686.9842.16
HexEC99C5D01615a6572a
Octal163112341350262524612752
Binary11101100100110011100101110101011010101101001101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,201,156); }

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

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

 a { background-color: rgb(14,201,156); }

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

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

 span { border-color: rgb(14,201,156); }

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