Html Css Color HEX #0ECF97 Caribbean Green

📋 copy color: '#0ECF97'

red 14 ◦ green 207 ◦ blue 151

#0ECF97
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #0ECF97

Tints of Caribbean Green #0ECF97

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 value IS 0.93

 M value IS 0

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#0ECF97 (or 0x0ECF97) is known color: 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

RGB 14 207 151 -
CMYK 0.93 0 0.27 0.19
HSL 162.59º 0.87% 0.43% -
HSV(B) 162.59º 0.93% 0.81% -
XYZ 28.08 46.95 36.86 -
YUV 142.91 132.56 36.05 -
System Red Green Blue C M Y K H S L
Decimal 14 207 151 0.93 0 0.27 0.19 162.59 0.87 0.43
Hex E CF 97 5D 0 1B 13 A3 57 2B
Octal 16 317 227 135 0 33 23 243 127 53
Binary 1110 11001111 10010111 1011101 0 11011 10011 10100011 1010111 101011

Color Harmonies of #0ECF97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECF97

Black with #0ECF97

Text Example


Text Example

White with #0ECF97

Text Example


Text Example

HTML Codes & Css Web 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>