Shades of Dark Cyan #008590
Tints of Dark Cyan #008590
RGB
CMYK
RGB Variations
Color information
#008590 (or 0x008590) is known color: Dark Cyan. HEX triplet: 00, 85 and 90. RGB value is (0,133,144). Sum of RGB (Red+Green+Blue) = 0+133+144=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 133 (52.34% from 255 or 48.01% from 277); Blue value is 144 (56.64% from 255 or 51.99% from 277); Max value from RGB is 144 - color contains mainly: blue. Hex color #008590 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008590 is #FF7A6F. Grayscale: #5E5E5E. Windows color (decimal): -16743024 or 9471232. OLE color: 9471232.
HSL color Cylindrical-coordinate representation of color #008590: hue angle of 184.58º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008590 is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 133 | 144 | - |
| CMYK | 1 | 0.08 | 0 | 0.44 |
| HSL | 184.58º | 1% | 0.28% | - |
| HSV(B) | 184.58º | 1% | 0.56% | - |
| XYZ | 13.42 | 18.79 | 29.3 | - |
| YUV | 94.49 | 155.94 | 60.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 144 | 1 | 0.08 | 0 | 0.44 | 184.58 | 1 | 0.28 |
| Hex | 0 | 85 | 90 | 64 | 8 | 0 | 2C | B9 | 64 | 1C |
| Octal | 0 | 205 | 220 | 144 | 10 | 0 | 54 | 271 | 144 | 34 |
| Binary | 0 | 10000101 | 10010000 | 1100100 | 1000 | 0 | 101100 | 10111001 | 1100100 | 11100 |
Color Harmonies of #008590
Complementary color
Monochromatic Colors of #008590
Black with #008590
Text Example
Text Example
White with #008590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008590; }
p { color: rgb(0,133,144); }
H1.HeaderClassName
{
color: #008590;
}
.AnyTagClassName
{
color: #008590;
}
</style>
background-color css
<style>
a { background-color: #008590; }
a { background-color: rgb(0,133,144); }
div.DivClassName
{
background-color: #008590;
}
.BgClassName
{
background-color: #008590;
}
</style>
border-color css
<style>
span { border-color: #008590; }
span { border-color: rgb(0,133,144); }
td.TdClassName
{
border-color: #008590;
}
.TagClassName
{
border-color: #008590;
}
</style>