Shades of Dark Cyan #028E8D
Tints of Dark Cyan #028E8D
RGB
CMYK
RGB Variations
Color information
#028E8D (or 0x028E8D) is known color: Dark Cyan. HEX triplet: 02, 8E and 8D. RGB value is (2,142,141). Sum of RGB (Red+Green+Blue) = 2+142+141=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 142 (55.86% from 255 or 49.82% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 142 - color contains mainly: green. Hex color #028E8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028E8D is #FD7172. Grayscale: #636363. Windows color (decimal): -16609651 or 9276930. OLE color: 9276930.
HSL color Cylindrical-coordinate representation of color #028E8D: hue angle of 179.57º 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 #028E8D is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 142 | 141 | - |
| CMYK | 0.99 | 0 | 0.01 | 0.44 |
| HSL | 179.57º | 0.97% | 0.28% | - |
| HSV(B) | 179.57º | 0.99% | 0.56% | - |
| XYZ | 14.51 | 21.28 | 28.54 | - |
| YUV | 100.03 | 151.12 | 58.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 142 | 141 | 0.99 | 0 | 0.01 | 0.44 | 179.57 | 0.97 | 0.28 |
| Hex | 2 | 8E | 8D | 63 | 0 | 1 | 2C | B4 | 61 | 1C |
| Octal | 2 | 216 | 215 | 143 | 0 | 1 | 54 | 264 | 141 | 34 |
| Binary | 10 | 10001110 | 10001101 | 1100011 | 0 | 1 | 101100 | 10110100 | 1100001 | 11100 |
Color Harmonies of #028E8D
Complementary color
Monochromatic Colors of #028E8D
Black with #028E8D
Text Example
Text Example
White with #028E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028E8D; }
p { color: rgb(2,142,141); }
H1.HeaderClassName
{
color: #028E8D;
}
.AnyTagClassName
{
color: #028E8D;
}
</style>
background-color css
<style>
a { background-color: #028E8D; }
a { background-color: rgb(2,142,141); }
div.DivClassName
{
background-color: #028E8D;
}
.BgClassName
{
background-color: #028E8D;
}
</style>
border-color css
<style>
span { border-color: #028E8D; }
span { border-color: rgb(2,142,141); }
td.TdClassName
{
border-color: #028E8D;
}
.TagClassName
{
border-color: #028E8D;
}
</style>