#008589

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

Shades of Dark Cyan #008589

Tints of Dark Cyan #008589

Color information

#008589 (or 0x008589) is unknown color: approx Dark Cyan. HEX triplet: 00, 85 and 89. RGB value is (0,133,137). Sum of RGB (Red+Green+Blue) = 0+133+137=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 133 (52.34% from 255 or 49.26% from 270); Blue value is 137 (53.91% from 255 or 50.74% from 270); Max value from RGB is 137 - color contains mainly: blue. Hex color #008589 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008589 is #FF7A76. Grayscale: #5D5D5D. Windows color (decimal): -16743031 or 9012480. OLE color: 9012480.

HSL color Cylindrical-coordinate representation of color #008589: hue angle of 181.75º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008589 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB0133137-
CMYK10.0300.46
HSL181.75º100%26.86%-
HSV(B)181.75º100%53.73%-
XYZ12.918.5826.57-
YUV93.69152.4461.17-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 133 (52.34% from 255) = 49.26%
BLUE value IS 137 (53.91% from 255) = 50.74%
R=0%
G=49.26%
B=50.74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal013313710.0300.46181.7510026.86
Hex0858964302Eb6641b
Octal0205211144305626614433
Binary01000010110001001110010011010111010110110110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008589; }

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

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

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

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

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

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

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

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