Shades of Dark Cyan #008592
Tints of Dark Cyan #008592
RGB
CMYK
RGB Variations
Color information
#008592 (or 0x008592) is known color: Dark Cyan. HEX triplet: 00, 85 and 92. RGB value is (0,133,146). Sum of RGB (Red+Green+Blue) = 0+133+146=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 133 (52.34% from 255 or 47.67% from 279); Blue value is 146 (57.42% from 255 or 52.33% from 279); Max value from RGB is 146 - color contains mainly: blue. Hex color #008592 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008592 is #FF7A6D. Grayscale: #5E5E5E. Windows color (decimal): -16743022 or 9602304. OLE color: 9602304.
HSL color Cylindrical-coordinate representation of color #008592: hue angle of 185.34º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008592 is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 133 | 146 | - |
| CMYK | 1 | 0.09 | 0 | 0.43 |
| HSL | 185.34º | 1% | 0.29% | - |
| HSV(B) | 185.34º | 1% | 0.57% | - |
| XYZ | 13.58 | 18.85 | 30.12 | - |
| YUV | 94.72 | 156.94 | 60.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 146 | 1 | 0.09 | 0 | 0.43 | 185.34 | 1 | 0.29 |
| Hex | 0 | 85 | 92 | 64 | 9 | 0 | 2B | B9 | 64 | 1D |
| Octal | 0 | 205 | 222 | 144 | 11 | 0 | 53 | 271 | 144 | 35 |
| Binary | 0 | 10000101 | 10010010 | 1100100 | 1001 | 0 | 101011 | 10111001 | 1100100 | 11101 |
Color Harmonies of #008592
Complementary color
Monochromatic Colors of #008592
Black with #008592
Text Example
Text Example
White with #008592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008592; }
p { color: rgb(0,133,146); }
H1.HeaderClassName
{
color: #008592;
}
.AnyTagClassName
{
color: #008592;
}
</style>
background-color css
<style>
a { background-color: #008592; }
a { background-color: rgb(0,133,146); }
div.DivClassName
{
background-color: #008592;
}
.BgClassName
{
background-color: #008592;
}
</style>
border-color css
<style>
span { border-color: #008592; }
span { border-color: rgb(0,133,146); }
td.TdClassName
{
border-color: #008592;
}
.TagClassName
{
border-color: #008592;
}
</style>