Html Css Color HEX #0ECCAA Caribbean Green

📋 copy color: '#0ECCAA'

red 14 ◦ green 204 ◦ blue 170

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

Shades of Caribbean Green #0ECCAA

Tints of Caribbean Green #0ECCAA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 52.58%

 BLUE value IS 170 (66.8% from 255) = 43.81%

R = 3.61%
G = 52.58%
B = 43.81%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#0ECCAA (or 0x0ECCAA) is known color: Caribbean Green. HEX triplet: 0E, CC and AA. RGB value is (14,204,170). Sum of RGB (Red+Green+Blue) = 14+204+170=388 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.61% from 388); Green value is 204 (80.08% from 255 or 52.58% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 204 - color contains mainly: green. Hex color #0ECCAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ECCAA is #F13355. Grayscale: #8F8F8F. Windows color (decimal): -15807318 or 11193358. OLE color: 11193358.

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

Color convert

RGB 14 204 170 -
CMYK 0.93 0 0.17 0.2
HSL 169.26º 0.87% 0.43% -
HSV(B) 169.26º 0.93% 0.8% -
XYZ 29.03 46.18 45.41 -
YUV 143.31 143.05 35.76 -
System Red Green Blue C M Y K H S L
Decimal 14 204 170 0.93 0 0.17 0.2 169.26 0.87 0.43
Hex E CC AA 5D 0 11 14 A9 57 2B
Octal 16 314 252 135 0 21 24 251 127 53
Binary 1110 11001100 10101010 1011101 0 10001 10100 10101001 1010111 101011

Color Harmonies of #0ECCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECCAA

Black with #0ECCAA

Text Example


Text Example

White with #0ECCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,204,170); }

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

background-color css

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

 a { background-color: rgb(14,204,170); }

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

border-color css

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

 span { border-color: rgb(14,204,170); }

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