#0E9599

Color #0E9599 Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #0E9599

Tints of Dark Cyan #0E9599

Color information

#0E9599 (or 0x0E9599) is unknown color: approx Dark Cyan. HEX triplet: 0E, 95 and 99. RGB value is (14,149,153). Sum of RGB (Red+Green+Blue) = 14+149+153=316 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.43% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #0E9599 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9599 is #F16A66. Grayscale: #6C6C6C. Windows color (decimal): -15821415 or 10065166. OLE color: 10065166.

HSL color Cylindrical-coordinate representation of color #0E9599: hue angle of 181.73º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9599 is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB14149153-
CMYK0.910.0300.4
HSL181.73º83.23%32.75%-
HSV(B)181.73º90.85%60%-
XYZ16.6823.8933.87-
YUV109.09152.7760.17-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.43%
GREEN value IS 149 (58.59% from 255) = 47.15%
BLUE value IS 153 (60.16% from 255) = 48.42%
R=4.43%
G=47.15%
B=48.42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal141491530.910.0300.4181.7383.2332.75
HexE95995B3028b65321
Octal16225231133305026612341
Binary111010010101100110011011011110101000101101101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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