#0EC2A4

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

Shades of Caribbean Green #0EC2A4

Tints of Caribbean Green #0EC2A4

Color information

#0EC2A4 (or 0x0EC2A4) is unknown color: approx Caribbean Green. HEX triplet: 0E, C2 and A4. RGB value is (14,194,164). Sum of RGB (Red+Green+Blue) = 14+194+164=372 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.76% from 372); Green value is 194 (76.17% from 255 or 52.15% from 372); Blue value is 164 (64.45% from 255 or 44.09% from 372); Max value from RGB is 194 - color contains mainly: green. Hex color #0EC2A4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC2A4 is #F13D5B. Grayscale: #888888. Windows color (decimal): -15809884 or 10797582. OLE color: 10797582.

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

Color convert

RGB14194164-
CMYK0.9300.150.24
HSL170º86.54%40.78%-
HSV(B)170º92.78%76.08%-
XYZ26.1741.3641.73-
YUV136.76143.3740.44-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.76%
GREEN value IS 194 (76.17% from 255) = 52.15%
BLUE value IS 164 (64.45% from 255) = 44.09%
R=3.76%
G=52.15%
B=44.09%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal141941640.9300.150.2417086.5440.78
HexEC2A45D0F18aa5729
Octal163022441350173025212751
Binary1110110000101010010010111010111111000101010101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,194,164); }

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

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

 a { background-color: rgb(14,194,164); }

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

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

 span { border-color: rgb(14,194,164); }

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