#0ecf97

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

Shades of Caribbean Green #0ECF97

Tints of Caribbean Green #0ECF97

Color information

#0ECF97 (or 0x0ECF97) is unknown color: approx Caribbean Green. HEX triplet: 0E, CF and 97. RGB value is (14,207,151). Sum of RGB (Red+Green+Blue) = 14+207+151=372 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.76% from 372); Green value is 207 (81.25% from 255 or 55.65% from 372); Blue value is 151 (59.38% from 255 or 40.59% from 372); Max value from RGB is 207 - color contains mainly: green. Hex color #0ECF97 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ECF97 is #F13068. Grayscale: #8E8E8E. Windows color (decimal): -15806569 or 9948942. OLE color: 9948942.

HSL color Cylindrical-coordinate representation of color #0ECF97: hue angle of 162.59º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECF97 is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB14207151-
CMYK0.9300.270.19
HSL162.59º87.33%43.33%-
HSV(B)162.59º93.24%81.18%-
XYZ28.0846.9536.86-
YUV142.91132.5636.05-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.76%
GREEN value IS 207 (81.25% from 255) = 55.65%
BLUE value IS 151 (59.38% from 255) = 40.59%
R=3.76%
G=55.65%
B=40.59%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal142071510.9300.270.19162.5987.3343.33
HexECF975D01B13a3572b
Octal163172271350332324312753
Binary11101100111110010111101110101101110011101000111010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ecf97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,207,151); }

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

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

 a { background-color: rgb(14,207,151); }

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

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

 span { border-color: rgb(14,207,151); }

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