#0EBD9F

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

Shades of Caribbean Green #0EBD9F

Tints of Caribbean Green #0EBD9F

Color information

#0EBD9F (or 0x0EBD9F) is unknown color: approx Caribbean Green. HEX triplet: 0E, BD and 9F. RGB value is (14,189,159). Sum of RGB (Red+Green+Blue) = 14+189+159=362 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.87% from 362); Green value is 189 (74.22% from 255 or 52.21% from 362); Blue value is 159 (62.5% from 255 or 43.92% from 362); Max value from RGB is 189 - color contains mainly: green. Hex color #0EBD9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBD9F is #F14260. Grayscale: #858585. Windows color (decimal): -15811169 or 10468622. OLE color: 10468622.

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

Color convert

RGB14189159-
CMYK0.9300.160.26
HSL169.71º86.21%39.8%-
HSV(B)169.71º92.59%74.12%-
XYZ24.6438.9939.03-
YUV133.26142.5242.94-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.87%
GREEN value IS 189 (74.22% from 255) = 52.21%
BLUE value IS 159 (62.5% from 255) = 43.92%
R=3.87%
G=52.21%
B=43.92%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal141891590.9300.160.26169.7186.2139.8
HexEBD9F5D0101Aaa5628
Octal162752371350203225212650
Binary11101011110110011111101110101000011010101010101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,189,159); }

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

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

 a { background-color: rgb(14,189,159); }

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

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

 span { border-color: rgb(14,189,159); }

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