Html Css Color HEX #0EC9A6 Caribbean Green

📋 copy color: '#0EC9A6'

red 14 ◦ green 201 ◦ blue 166

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

Shades of Caribbean Green #0EC9A6

Tints of Caribbean Green #0EC9A6

RGB

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

 GREEN value IS 201 (78.91% from 255) = 52.76%

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

R = 3.67%
G = 52.76%
B = 43.57%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#0EC9A6 (or 0x0EC9A6) is known color: Caribbean Green. HEX triplet: 0E, C9 and A6. RGB value is (14,201,166). Sum of RGB (Red+Green+Blue) = 14+201+166=381 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.67% from 381); Green value is 201 (78.91% from 255 or 52.76% from 381); Blue value is 166 (65.23% from 255 or 43.57% from 381); Max value from RGB is 201 - color contains mainly: green. Hex color #0EC9A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC9A6 is #F13659. Grayscale: #8D8D8D. Windows color (decimal): -15808090 or 10930446. OLE color: 10930446.

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

Color convert

RGB 14 201 166 -
CMYK 0.93 0 0.17 0.21
HSL 168.77º 0.87% 0.42% -
HSV(B) 168.77º 0.93% 0.79% -
XYZ 27.95 44.62 43.22 -
YUV 141.1 142.05 37.35 -
System Red Green Blue C M Y K H S L
Decimal 14 201 166 0.93 0 0.17 0.21 168.77 0.87 0.42
Hex E C9 A6 5D 0 11 15 A9 57 2A
Octal 16 311 246 135 0 21 25 251 127 52
Binary 1110 11001001 10100110 1011101 0 10001 10101 10101001 1010111 101010

Color Harmonies of #0EC9A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC9A6

Black with #0EC9A6

Text Example


Text Example

White with #0EC9A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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