Html Css Color HEX #0ECCA6 Caribbean Green

📋 copy color: '#0ECCA6'

red 14 ◦ green 204 ◦ blue 166

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

Shades of Caribbean Green #0ECCA6

Tints of Caribbean Green #0ECCA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 43.23%

R = 3.65%
G = 53.13%
B = 43.23%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#0ECCA6 (or 0x0ECCA6) is known color: Caribbean Green. HEX triplet: 0E, CC and A6. RGB value is (14,204,166). Sum of RGB (Red+Green+Blue) = 14+204+166=384 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.65% from 384); Green value is 204 (80.08% from 255 or 53.12% from 384); Blue value is 166 (65.23% from 255 or 43.23% from 384); Max value from RGB is 204 - color contains mainly: green. Hex color #0ECCA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ECCA6 is #F13359. Grayscale: #8E8E8E. Windows color (decimal): -15807322 or 10931214. OLE color: 10931214.

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

Color convert

RGB 14 204 166 -
CMYK 0.93 0 0.19 0.2
HSL 168º 0.87% 0.43% -
HSV(B) 168º 0.93% 0.8% -
XYZ 28.66 46.03 43.45 -
YUV 142.86 141.05 36.09 -
System Red Green Blue C M Y K H S L
Decimal 14 204 166 0.93 0 0.19 0.2 168 0.87 0.43
Hex E CC A6 5D 0 13 14 A8 57 2B
Octal 16 314 246 135 0 23 24 250 127 53
Binary 1110 11001100 10100110 1011101 0 10011 10100 10101000 1010111 101011

Color Harmonies of #0ECCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECCA6

Black with #0ECCA6

Text Example


Text Example

White with #0ECCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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