Shades of Dark Cyan #028592
Tints of Dark Cyan #028592
RGB
CMYK
RGB Variations
Color information
#028592 (or 0x028592) is known color: Dark Cyan. HEX triplet: 02, 85 and 92. RGB value is (2,133,146). Sum of RGB (Red+Green+Blue) = 2+133+146=281 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #028592 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028592 is #FD7A6D. Grayscale: #5F5F5F. Windows color (decimal): -16611950 or 9602306. OLE color: 9602306.
HSL color Cylindrical-coordinate representation of color #028592: hue angle of 185.42º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028592 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 133 | 146 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.43 |
| HSL | 185.42º | 0.97% | 0.29% | - |
| HSV(B) | 185.42º | 0.99% | 0.57% | - |
| XYZ | 13.6 | 18.86 | 30.12 | - |
| YUV | 95.31 | 156.6 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 133 | 146 | 0.99 | 0.09 | 0 | 0.43 | 185.42 | 0.97 | 0.29 |
| Hex | 2 | 85 | 92 | 63 | 9 | 0 | 2B | B9 | 61 | 1D |
| Octal | 2 | 205 | 222 | 143 | 11 | 0 | 53 | 271 | 141 | 35 |
| Binary | 10 | 10000101 | 10010010 | 1100011 | 1001 | 0 | 101011 | 10111001 | 1100001 | 11101 |
Color Harmonies of #028592
Complementary color
Monochromatic Colors of #028592
Black with #028592
Text Example
Text Example
White with #028592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028592; }
p { color: rgb(2,133,146); }
H1.HeaderClassName
{
color: #028592;
}
.AnyTagClassName
{
color: #028592;
}
</style>
background-color css
<style>
a { background-color: #028592; }
a { background-color: rgb(2,133,146); }
div.DivClassName
{
background-color: #028592;
}
.BgClassName
{
background-color: #028592;
}
</style>
border-color css
<style>
span { border-color: #028592; }
span { border-color: rgb(2,133,146); }
td.TdClassName
{
border-color: #028592;
}
.TagClassName
{
border-color: #028592;
}
</style>