#0EC094

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

Shades of Caribbean Green #0EC094

Tints of Caribbean Green #0EC094

Color information

#0EC094 (or 0x0EC094) is unknown color: approx Caribbean Green. HEX triplet: 0E, C0 and 94. RGB value is (14,192,148). Sum of RGB (Red+Green+Blue) = 14+192+148=354 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.95% from 354); Green value is 192 (75.39% from 255 or 54.24% from 354); Blue value is 148 (58.20% from 255 or 41.81% from 354); Max value from RGB is 192 - color contains mainly: green. Hex color #0EC094 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC094 is #F13F6B. Grayscale: #858585. Windows color (decimal): -15810412 or 9748494. OLE color: 9748494.

HSL color Cylindrical-coordinate representation of color #0EC094: hue angle of 165.17º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC094 is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB14192148-
CMYK0.9300.230.25
HSL165.17º86.41%40.39%-
HSV(B)165.17º92.71%75.29%-
XYZ24.3839.9334.44-
YUV133.76136.0342.58-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.95%
GREEN value IS 192 (75.39% from 255) = 54.24%
BLUE value IS 148 (58.20% from 255) = 41.81%
R=3.95%
G=54.24%
B=41.81%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141921480.9300.230.25165.1786.4140.39
HexEC0945D01719a55628
Octal163002241350273124512650
Binary11101100000010010100101110101011111001101001011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,192,148); }

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

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

 a { background-color: rgb(14,192,148); }

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

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

 span { border-color: rgb(14,192,148); }

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