Shades of Dark Cyan #028B8F
Tints of Dark Cyan #028B8F
RGB
CMYK
RGB Variations
Color information
#028B8F (or 0x028B8F) is known color: Dark Cyan. HEX triplet: 02, 8B and 8F. RGB value is (2,139,143). Sum of RGB (Red+Green+Blue) = 2+139+143=284 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 284); Green value is 139 (54.69% from 255 or 48.94% from 284); Blue value is 143 (56.25% from 255 or 50.35% from 284); Max value from RGB is 143 - color contains mainly: blue. Hex color #028B8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028B8F is #FD7470. Grayscale: #626262. Windows color (decimal): -16610417 or 9407234. OLE color: 9407234.
HSL color Cylindrical-coordinate representation of color #028B8F: hue angle of 181.7º 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 #028B8F is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 139 | 143 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.44 |
| HSL | 181.7º | 0.97% | 0.28% | - |
| HSV(B) | 181.7º | 0.99% | 0.56% | - |
| XYZ | 14.22 | 20.46 | 29.19 | - |
| YUV | 98.49 | 153.11 | 59.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 139 | 143 | 0.99 | 0.03 | 0 | 0.44 | 181.7 | 0.97 | 0.28 |
| Hex | 2 | 8B | 8F | 63 | 3 | 0 | 2C | B6 | 61 | 1C |
| Octal | 2 | 213 | 217 | 143 | 3 | 0 | 54 | 266 | 141 | 34 |
| Binary | 10 | 10001011 | 10001111 | 1100011 | 11 | 0 | 101100 | 10110110 | 1100001 | 11100 |
Color Harmonies of #028B8F
Complementary color
Monochromatic Colors of #028B8F
Black with #028B8F
Text Example
Text Example
White with #028B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028B8F; }
p { color: rgb(2,139,143); }
H1.HeaderClassName
{
color: #028B8F;
}
.AnyTagClassName
{
color: #028B8F;
}
</style>
background-color css
<style>
a { background-color: #028B8F; }
a { background-color: rgb(2,139,143); }
div.DivClassName
{
background-color: #028B8F;
}
.BgClassName
{
background-color: #028B8F;
}
</style>
border-color css
<style>
span { border-color: #028B8F; }
span { border-color: rgb(2,139,143); }
td.TdClassName
{
border-color: #028B8F;
}
.TagClassName
{
border-color: #028B8F;
}
</style>