#0EBB9E

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

Shades of Caribbean Green #0EBB9E

Tints of Caribbean Green #0EBB9E

Color information

#0EBB9E (or 0x0EBB9E) is unknown color: approx Caribbean Green. HEX triplet: 0E, BB and 9E. RGB value is (14,187,158). Sum of RGB (Red+Green+Blue) = 14+187+158=359 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.90% from 359); Green value is 187 (73.44% from 255 or 52.09% from 359); Blue value is 158 (62.11% from 255 or 44.01% from 359); Max value from RGB is 187 - color contains mainly: green. Hex color #0EBB9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBB9E is #F14461. Grayscale: #838383. Windows color (decimal): -15811682 or 10402574. OLE color: 10402574.

HSL color Cylindrical-coordinate representation of color #0EBB9E: hue angle of 169.94º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBB9E is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB14187158-
CMYK0.9300.160.27
HSL169.94º86.07%39.41%-
HSV(B)169.94º92.51%73.33%-
XYZ24.1238.138.43-
YUV131.97142.6943.86-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.90%
GREEN value IS 187 (73.44% from 255) = 52.09%
BLUE value IS 158 (62.11% from 255) = 44.01%
R=3.90%
G=52.09%
B=44.01%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal141871580.9300.160.27169.9486.0739.41
HexEBB9E5D0101Baa5627
Octal162732361350203325212647
Binary11101011101110011110101110101000011011101010101010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,187,158); }

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

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

 a { background-color: rgb(14,187,158); }

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

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

 span { border-color: rgb(14,187,158); }

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