#0EC093

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

Shades of Caribbean Green #0EC093

Tints of Caribbean Green #0EC093

Color information

#0EC093 (or 0x0EC093) is unknown color: approx Caribbean Green. HEX triplet: 0E, C0 and 93. RGB value is (14,192,147). Sum of RGB (Red+Green+Blue) = 14+192+147=353 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.97% from 353); Green value is 192 (75.39% from 255 or 54.39% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 192 - color contains mainly: green. Hex color #0EC093 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC093 is #F13F6C. Grayscale: #858585. Windows color (decimal): -15810413 or 9682958. OLE color: 9682958.

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

Color convert

RGB14192147-
CMYK0.9300.230.25
HSL164.83º86.41%40.39%-
HSV(B)164.83º92.71%75.29%-
XYZ24.339.934.02-
YUV133.65135.5342.66-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.97%
GREEN value IS 192 (75.39% from 255) = 54.39%
BLUE value IS 147 (57.81% from 255) = 41.64%
R=3.97%
G=54.39%
B=41.64%

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
Decimal141921470.9300.230.25164.8386.4140.39
HexEC0935D01719a55628
Octal163002231350273124512650
Binary11101100000010010011101110101011111001101001011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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