Shades of Dark Cyan #028E85
Tints of Dark Cyan #028E85
RGB
CMYK
RGB Variations
Color information
#028E85 (or 0x028E85) is known color: Dark Cyan. HEX triplet: 02, 8E and 85. RGB value is (2,142,133). Sum of RGB (Red+Green+Blue) = 2+142+133=277 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 277); Green value is 142 (55.86% from 255 or 51.26% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 142 - color contains mainly: green. Hex color #028E85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028E85 is #FD717A. Grayscale: #636363. Windows color (decimal): -16609659 or 8752642. OLE color: 8752642.
HSL color Cylindrical-coordinate representation of color #028E85: hue angle of 176.14º 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 #028E85 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 142 | 133 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.44 |
| HSL | 176.14º | 0.97% | 0.28% | - |
| HSV(B) | 176.14º | 0.99% | 0.56% | - |
| XYZ | 13.93 | 21.05 | 25.52 | - |
| YUV | 99.11 | 147.12 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 142 | 133 | 0.99 | 0 | 0.06 | 0.44 | 176.14 | 0.97 | 0.28 |
| Hex | 2 | 8E | 85 | 63 | 0 | 6 | 2C | B0 | 61 | 1C |
| Octal | 2 | 216 | 205 | 143 | 0 | 6 | 54 | 260 | 141 | 34 |
| Binary | 10 | 10001110 | 10000101 | 1100011 | 0 | 110 | 101100 | 10110000 | 1100001 | 11100 |
Color Harmonies of #028E85
Complementary color
Monochromatic Colors of #028E85
Black with #028E85
Text Example
Text Example
White with #028E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028E85; }
p { color: rgb(2,142,133); }
H1.HeaderClassName
{
color: #028E85;
}
.AnyTagClassName
{
color: #028E85;
}
</style>
background-color css
<style>
a { background-color: #028E85; }
a { background-color: rgb(2,142,133); }
div.DivClassName
{
background-color: #028E85;
}
.BgClassName
{
background-color: #028E85;
}
</style>
border-color css
<style>
span { border-color: #028E85; }
span { border-color: rgb(2,142,133); }
td.TdClassName
{
border-color: #028E85;
}
.TagClassName
{
border-color: #028E85;
}
</style>