Html Css Color HEX #0ECAAC Caribbean Green

📋 copy color: '#0ECAAC'

red 14 ◦ green 202 ◦ blue 172

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

Shades of Caribbean Green #0ECAAC

Tints of Caribbean Green #0ECAAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.33%

R = 3.61%
G = 52.06%
B = 44.33%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#0ECAAC (or 0x0ECAAC) is known color: Caribbean Green. HEX triplet: 0E, CA and AC. RGB value is (14,202,172). Sum of RGB (Red+Green+Blue) = 14+202+172=388 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.61% from 388); Green value is 202 (79.30% from 255 or 52.06% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 202 - color contains mainly: green. Hex color #0ECAAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ECAAC is #F13553. Grayscale: #8E8E8E. Windows color (decimal): -15807828 or 11323918. OLE color: 11323918.

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

Color convert

RGB 14 202 172 -
CMYK 0.93 0 0.15 0.21
HSL 170.43º 0.87% 0.42% -
HSV(B) 170.43º 0.93% 0.79% -
XYZ 28.75 45.31 46.26 -
YUV 142.37 144.72 36.44 -
System Red Green Blue C M Y K H S L
Decimal 14 202 172 0.93 0 0.15 0.21 170.43 0.87 0.42
Hex E CA AC 5D 0 F 15 AA 57 2A
Octal 16 312 254 135 0 17 25 252 127 52
Binary 1110 11001010 10101100 1011101 0 1111 10101 10101010 1010111 101010

Color Harmonies of #0ECAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECAAC

Black with #0ECAAC

Text Example


Text Example

White with #0ECAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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