#0EC296

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

Shades of Caribbean Green #0EC296

Tints of Caribbean Green #0EC296

Color information

#0EC296 (or 0x0EC296) is unknown color: approx Caribbean Green. HEX triplet: 0E, C2 and 96. RGB value is (14,194,150). Sum of RGB (Red+Green+Blue) = 14+194+150=358 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.91% from 358); Green value is 194 (76.17% from 255 or 54.19% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 194 - color contains mainly: green. Hex color #0EC296 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC296 is #F13D69. Grayscale: #878787. Windows color (decimal): -15809898 or 9880078. OLE color: 9880078.

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

Color convert

RGB14194150-
CMYK0.9300.230.24
HSL165.33º86.54%40.78%-
HSV(B)165.33º92.78%76.08%-
XYZ24.9840.8835.43-
YUV135.16136.3741.58-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.91%
GREEN value IS 194 (76.17% from 255) = 54.19%
BLUE value IS 150 (58.98% from 255) = 41.90%
R=3.91%
G=54.19%
B=41.90%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal141941500.9300.230.24165.3386.5440.78
HexEC2965D01718a55729
Octal163022261350273024512751
Binary11101100001010010110101110101011111000101001011010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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