#0EBE99

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

Shades of Caribbean Green #0EBE99

Tints of Caribbean Green #0EBE99

Color information

#0EBE99 (or 0x0EBE99) is unknown color: approx Caribbean Green. HEX triplet: 0E, BE and 99. RGB value is (14,190,153). Sum of RGB (Red+Green+Blue) = 14+190+153=357 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.92% from 357); Green value is 190 (74.61% from 255 or 53.22% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 190 - color contains mainly: green. Hex color #0EBE99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBE99 is #F14166. Grayscale: #858585. Windows color (decimal): -15810919 or 10075662. OLE color: 10075662.

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

Color convert

RGB14190153-
CMYK0.9300.190.25
HSL167.39º86.27%40%-
HSV(B)167.39º92.63%74.51%-
XYZ24.3439.2236.42-
YUV133.16139.1943.01-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.92%
GREEN value IS 190 (74.61% from 255) = 53.22%
BLUE value IS 153 (60.16% from 255) = 42.86%
R=3.92%
G=53.22%
B=42.86%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141901530.9300.190.25167.3986.2740
HexEBE995D01319a75628
Octal162762311350233124712650
Binary11101011111010011001101110101001111001101001111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,190,153); }

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

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

 a { background-color: rgb(14,190,153); }

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

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

 span { border-color: rgb(14,190,153); }

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