#009585

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

Shades of Dark Cyan #009585

Tints of Dark Cyan #009585

Color information

#009585 (or 0x009585) is unknown color: approx Dark Cyan. HEX triplet: 00, 95 and 85. RGB value is (0,149,133). Sum of RGB (Red+Green+Blue) = 0+149+133=282 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 282); Green value is 149 (58.59% from 255 or 52.84% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 149 - color contains mainly: green. Hex color #009585 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009585 is #FF6A7A. Grayscale: #666666. Windows color (decimal): -16738939 or 8754432. OLE color: 8754432.

HSL color Cylindrical-coordinate representation of color #009585: hue angle of 173.56º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009585 is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB0149133-
CMYK100.110.42
HSL173.56º100%29.22%-
HSV(B)173.56º100%58.43%-
XYZ14.9823.1925.88-
YUV102.62145.1454.8-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 149 (58.59% from 255) = 52.84%
BLUE value IS 133 (52.34% from 255) = 47.16%
R=0%
G=52.84%
B=47.16%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal0149133100.110.42173.5610029.22
Hex09585640B2Aae641d
Octal02252051440135225614435
Binary0100101011000010111001000101110101010101110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009585; }

 p { color: rgb(0,149,133); }

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

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

 a { background-color: rgb(0,149,133); }

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

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

 span { border-color: rgb(0,149,133); }

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