Shades of Dark Cyan #028B8E
Tints of Dark Cyan #028B8E
RGB
CMYK
RGB Variations
Color information
#028B8E (or 0x028B8E) is known color: Dark Cyan. HEX triplet: 02, 8B and 8E. RGB value is (2,139,142). Sum of RGB (Red+Green+Blue) = 2+139+142=283 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 283); Green value is 139 (54.69% from 255 or 49.12% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #028B8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028B8E is #FD7471. Grayscale: #626262. Windows color (decimal): -16610418 or 9341698. OLE color: 9341698.
HSL color Cylindrical-coordinate representation of color #028B8E: hue angle of 181.29º 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 #028B8E is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 139 | 142 | - |
| CMYK | 0.99 | 0.02 | 0 | 0.44 |
| HSL | 181.29º | 0.97% | 0.28% | - |
| HSV(B) | 181.29º | 0.99% | 0.56% | - |
| XYZ | 14.14 | 20.43 | 28.79 | - |
| YUV | 98.38 | 152.61 | 59.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 139 | 142 | 0.99 | 0.02 | 0 | 0.44 | 181.29 | 0.97 | 0.28 |
| Hex | 2 | 8B | 8E | 63 | 2 | 0 | 2C | B5 | 61 | 1C |
| Octal | 2 | 213 | 216 | 143 | 2 | 0 | 54 | 265 | 141 | 34 |
| Binary | 10 | 10001011 | 10001110 | 1100011 | 10 | 0 | 101100 | 10110101 | 1100001 | 11100 |
Color Harmonies of #028B8E
Complementary color
Monochromatic Colors of #028B8E
Black with #028B8E
Text Example
Text Example
White with #028B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028B8E; }
p { color: rgb(2,139,142); }
H1.HeaderClassName
{
color: #028B8E;
}
.AnyTagClassName
{
color: #028B8E;
}
</style>
background-color css
<style>
a { background-color: #028B8E; }
a { background-color: rgb(2,139,142); }
div.DivClassName
{
background-color: #028B8E;
}
.BgClassName
{
background-color: #028B8E;
}
</style>
border-color css
<style>
span { border-color: #028B8E; }
span { border-color: rgb(2,139,142); }
td.TdClassName
{
border-color: #028B8E;
}
.TagClassName
{
border-color: #028B8E;
}
</style>