Html Css Color HEX #0ECAA9 Caribbean Green

📋 copy color: '#0ECAA9'

red 14 ◦ green 202 ◦ blue 169

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

Shades of Caribbean Green #0ECAA9

Tints of Caribbean Green #0ECAA9

RGB

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

 GREEN value IS 202 (79.3% from 255) = 52.47%

 BLUE value IS 169 (66.41% from 255) = 43.9%

R = 3.64%
G = 52.47%
B = 43.9%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#0ECAA9 (or 0x0ECAA9) is known color: Caribbean Green. HEX triplet: 0E, CA and A9. RGB value is (14,202,169). Sum of RGB (Red+Green+Blue) = 14+202+169=385 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.64% from 385); Green value is 202 (79.30% from 255 or 52.47% from 385); Blue value is 169 (66.41% from 255 or 43.90% from 385); Max value from RGB is 202 - color contains mainly: green. Hex color #0ECAA9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ECAA9 is #F13556. Grayscale: #8D8D8D. Windows color (decimal): -15807831 or 11127310. OLE color: 11127310.

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

Color convert

RGB 14 202 169 -
CMYK 0.93 0 0.16 0.21
HSL 169.47º 0.87% 0.42% -
HSV(B) 169.47º 0.93% 0.79% -
XYZ 28.46 45.2 44.76 -
YUV 142.03 143.22 36.68 -
System Red Green Blue C M Y K H S L
Decimal 14 202 169 0.93 0 0.16 0.21 169.47 0.87 0.42
Hex E CA A9 5D 0 10 15 A9 57 2A
Octal 16 312 251 135 0 20 25 251 127 52
Binary 1110 11001010 10101001 1011101 0 10000 10101 10101001 1010111 101010

Color Harmonies of #0ECAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECAA9

Black with #0ECAA9

Text Example


Text Example

White with #0ECAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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