#0EBC9A

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

Shades of Caribbean Green #0EBC9A

Tints of Caribbean Green #0EBC9A

Color information

#0EBC9A (or 0x0EBC9A) is unknown color: approx Caribbean Green. HEX triplet: 0E, BC and 9A. RGB value is (14,188,154). Sum of RGB (Red+Green+Blue) = 14+188+154=356 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.93% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 154 (60.55% from 255 or 43.26% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #0EBC9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBC9A is #F14365. Grayscale: #848484. Windows color (decimal): -15811430 or 10140686. OLE color: 10140686.

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

Color convert

RGB14188154-
CMYK0.9300.180.26
HSL168.28º86.14%39.61%-
HSV(B)168.28º92.55%73.73%-
XYZ2438.3936.72-
YUV132.1140.3543.76-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.93%
GREEN value IS 188 (73.83% from 255) = 52.81%
BLUE value IS 154 (60.55% from 255) = 43.26%
R=3.93%
G=52.81%
B=43.26%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal141881540.9300.180.26168.2886.1439.61
HexEBC9A5D0121Aa85628
Octal162742321350223225012650
Binary11101011110010011010101110101001011010101010001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,188,154); }

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

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

 a { background-color: rgb(14,188,154); }

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

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

 span { border-color: rgb(14,188,154); }

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