Shades of Dark Cyan #028F85
Tints of Dark Cyan #028F85
RGB
CMYK
RGB Variations
Color information
#028F85 (or 0x028F85) is known color: Dark Cyan. HEX triplet: 02, 8F and 85. RGB value is (2,143,133). Sum of RGB (Red+Green+Blue) = 2+143+133=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 143 (56.25% from 255 or 51.44% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 143 - color contains mainly: green. Hex color #028F85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028F85 is #FD707A. Grayscale: #636363. Windows color (decimal): -16609403 or 8752898. OLE color: 8752898.
HSL color Cylindrical-coordinate representation of color #028F85: hue angle of 175.74º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028F85 is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 143 | 133 | - |
| CMYK | 0.99 | 0 | 0.07 | 0.44 |
| HSL | 175.74º | 0.97% | 0.28% | - |
| HSV(B) | 175.74º | 0.99% | 0.56% | - |
| XYZ | 14.08 | 21.35 | 25.57 | - |
| YUV | 99.7 | 146.79 | 58.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 143 | 133 | 0.99 | 0 | 0.07 | 0.44 | 175.74 | 0.97 | 0.28 |
| Hex | 2 | 8F | 85 | 63 | 0 | 7 | 2C | B0 | 61 | 1C |
| Octal | 2 | 217 | 205 | 143 | 0 | 7 | 54 | 260 | 141 | 34 |
| Binary | 10 | 10001111 | 10000101 | 1100011 | 0 | 111 | 101100 | 10110000 | 1100001 | 11100 |
Color Harmonies of #028F85
Complementary color
Monochromatic Colors of #028F85
Black with #028F85
Text Example
Text Example
White with #028F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028F85; }
p { color: rgb(2,143,133); }
H1.HeaderClassName
{
color: #028F85;
}
.AnyTagClassName
{
color: #028F85;
}
</style>
background-color css
<style>
a { background-color: #028F85; }
a { background-color: rgb(2,143,133); }
div.DivClassName
{
background-color: #028F85;
}
.BgClassName
{
background-color: #028F85;
}
</style>
border-color css
<style>
span { border-color: #028F85; }
span { border-color: rgb(2,143,133); }
td.TdClassName
{
border-color: #028F85;
}
.TagClassName
{
border-color: #028F85;
}
</style>