Shades of Dark Cyan #028B80
Tints of Dark Cyan #028B80
RGB
CMYK
RGB Variations
Color information
#028B80 (or 0x028B80) is known color: Dark Cyan. HEX triplet: 02, 8B and 80. RGB value is (2,139,128). Sum of RGB (Red+Green+Blue) = 2+139+128=269 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 269); Green value is 139 (54.69% from 255 or 51.67% from 269); Blue value is 128 (50.39% from 255 or 47.58% from 269); Max value from RGB is 139 - color contains mainly: green. Hex color #028B80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028B80 is #FD747F. Grayscale: #606060. Windows color (decimal): -16610432 or 8424194. OLE color: 8424194.
HSL color Cylindrical-coordinate representation of color #028B80: hue angle of 175.18º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028B80 is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 139 | 128 | - |
| CMYK | 0.99 | 0 | 0.08 | 0.45 |
| HSL | 175.18º | 0.97% | 0.28% | - |
| HSV(B) | 175.18º | 0.99% | 0.55% | - |
| XYZ | 13.15 | 20.04 | 23.6 | - |
| YUV | 96.78 | 145.61 | 60.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 139 | 128 | 0.99 | 0 | 0.08 | 0.45 | 175.18 | 0.97 | 0.28 |
| Hex | 2 | 8B | 80 | 63 | 0 | 8 | 2D | AF | 61 | 1C |
| Octal | 2 | 213 | 200 | 143 | 0 | 10 | 55 | 257 | 141 | 34 |
| Binary | 10 | 10001011 | 10000000 | 1100011 | 0 | 1000 | 101101 | 10101111 | 1100001 | 11100 |
Color Harmonies of #028B80
Complementary color
Monochromatic Colors of #028B80
Black with #028B80
Text Example
Text Example
White with #028B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028B80; }
p { color: rgb(2,139,128); }
H1.HeaderClassName
{
color: #028B80;
}
.AnyTagClassName
{
color: #028B80;
}
</style>
background-color css
<style>
a { background-color: #028B80; }
a { background-color: rgb(2,139,128); }
div.DivClassName
{
background-color: #028B80;
}
.BgClassName
{
background-color: #028B80;
}
</style>
border-color css
<style>
span { border-color: #028B80; }
span { border-color: rgb(2,139,128); }
td.TdClassName
{
border-color: #028B80;
}
.TagClassName
{
border-color: #028B80;
}
</style>