#0EC7AC

Color #0EC7AC Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #0EC7AC

Tints of Caribbean Green #0EC7AC

Color information

#0EC7AC (or 0x0EC7AC) is unknown color: approx Caribbean Green. HEX triplet: 0E, C7 and AC. RGB value is (14,199,172). Sum of RGB (Red+Green+Blue) = 14+199+172=385 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.64% from 385); Green value is 199 (78.12% from 255 or 51.69% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 199 - color contains mainly: green. Hex color #0EC7AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC7AC is #F13853. Grayscale: #8C8C8C. Windows color (decimal): -15808596 or 11323150. OLE color: 11323150.

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

Color convert

RGB14199172-
CMYK0.9300.140.22
HSL171.24º86.85%41.76%-
HSV(B)171.24º92.96%78.04%-
XYZ28.0543.9246.03-
YUV140.61145.7137.7-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.64%
GREEN value IS 199 (78.12% from 255) = 51.69%
BLUE value IS 172 (67.58% from 255) = 44.68%
R=3.64%
G=51.69%
B=44.68%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal141991720.9300.140.22171.2486.8541.76
HexEC7AC5D0E16ab572a
Octal163072541350162625312752
Binary1110110001111010110010111010111010110101010111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0EC7AC;
 }
 .AnyTagClassName
 {
   color: #0EC7AC;
 }
</style>
background-color css

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

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

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

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

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

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