#0E9588

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

Shades of Dark Cyan #0E9588

Tints of Dark Cyan #0E9588

Color information

#0E9588 (or 0x0E9588) is unknown color: approx Dark Cyan. HEX triplet: 0E, 95 and 88. RGB value is (14,149,136). Sum of RGB (Red+Green+Blue) = 14+149+136=299 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.68% from 299); Green value is 149 (58.59% from 255 or 49.83% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 149 - color contains mainly: green. Hex color #0E9588 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9588 is #F16A77. Grayscale: #6B6B6B. Windows color (decimal): -15821432 or 8951054. OLE color: 8951054.

HSL color Cylindrical-coordinate representation of color #0E9588: hue angle of 174.22º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9588 is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB14149136-
CMYK0.9100.090.42
HSL174.22º82.82%31.96%-
HSV(B)174.22º90.6%58.43%-
XYZ15.3723.3726.99-
YUV107.15144.2761.56-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.68%
GREEN value IS 149 (58.59% from 255) = 49.83%
BLUE value IS 136 (53.52% from 255) = 45.48%
R=4.68%
G=49.83%
B=45.48%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141491360.9100.090.42174.2282.8231.96
HexE95885B092Aae5320
Octal162252101330115225612340
Binary11101001010110001000101101101001101010101011101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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