Html Css Color HEX #0ECE97 Caribbean Green

📋 copy color: '#0ECE97'

red 14 ◦ green 206 ◦ blue 151

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

Shades of Caribbean Green #0ECE97

Tints of Caribbean Green #0ECE97

RGB

 RED value IS 14 (5.86% from 255) = 3.77%

 GREEN value IS 206 (80.86% from 255) = 55.53%

 BLUE value IS 151 (59.38% from 255) = 40.7%

R = 3.77%
G = 55.53%
B = 40.7%

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

#0ECE97 (or 0x0ECE97) is known color: Caribbean Green. HEX triplet: 0E, CE and 97. RGB value is (14,206,151). Sum of RGB (Red+Green+Blue) = 14+206+151=371 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.77% from 371); Green value is 206 (80.86% from 255 or 55.53% from 371); Blue value is 151 (59.38% from 255 or 40.70% from 371); Max value from RGB is 206 - color contains mainly: green. Hex color #0ECE97 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ECE97 is #F13168. Grayscale: #8E8E8E. Windows color (decimal): -15806825 or 9948686. OLE color: 9948686.

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

Color convert

RGB 14 206 151 -
CMYK 0.93 0 0.27 0.19
HSL 162.81º 0.87% 0.43% -
HSV(B) 162.81º 0.93% 0.81% -
XYZ 27.84 46.47 36.78 -
YUV 142.32 132.89 36.47 -
System Red Green Blue C M Y K H S L
Decimal 14 206 151 0.93 0 0.27 0.19 162.81 0.87 0.43
Hex E CE 97 5D 0 1B 13 A3 57 2B
Octal 16 316 227 135 0 33 23 243 127 53
Binary 1110 11001110 10010111 1011101 0 11011 10011 10100011 1010111 101011

Color Harmonies of #0ECE97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECE97

Black with #0ECE97

Text Example


Text Example

White with #0ECE97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0ECE97;
 }
 .AnyTagClassName
 {
   color: #0ECE97;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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