Html Css Color HEX #0EC7AA Caribbean Green

📋 copy color: '#0EC7AA'

red 14 ◦ green 199 ◦ blue 170

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

Shades of Caribbean Green #0EC7AA

Tints of Caribbean Green #0EC7AA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 51.96%

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

R = 3.66%
G = 51.96%
B = 44.39%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#0EC7AA (or 0x0EC7AA) is known color: Caribbean Green. HEX triplet: 0E, C7 and AA. RGB value is (14,199,170). Sum of RGB (Red+Green+Blue) = 14+199+170=383 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.66% from 383); Green value is 199 (78.12% from 255 or 51.96% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 199 - color contains mainly: green. Hex color #0EC7AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC7AA is #F13855. Grayscale: #8C8C8C. Windows color (decimal): -15808598 or 11192078. OLE color: 11192078.

HSL color Cylindrical-coordinate representation of color #0EC7AA: hue angle of 170.59º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC7AA is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 14 199 170 -
CMYK 0.93 0 0.15 0.22
HSL 170.59º 0.87% 0.42% -
HSV(B) 170.59º 0.93% 0.78% -
XYZ 27.86 43.84 45.02 -
YUV 140.38 144.71 37.86 -
System Red Green Blue C M Y K H S L
Decimal 14 199 170 0.93 0 0.15 0.22 170.59 0.87 0.42
Hex E C7 AA 5D 0 F 16 AB 57 2A
Octal 16 307 252 135 0 17 26 253 127 52
Binary 1110 11000111 10101010 1011101 0 1111 10110 10101011 1010111 101010

Color Harmonies of #0EC7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC7AA

Black with #0EC7AA

Text Example


Text Example

White with #0EC7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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