Shades of Dark Cyan #028F89
Tints of Dark Cyan #028F89
RGB
CMYK
RGB Variations
Color information
#028F89 (or 0x028F89) is known color: Dark Cyan. HEX triplet: 02, 8F and 89. RGB value is (2,143,137). Sum of RGB (Red+Green+Blue) = 2+143+137=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 143 (56.25% from 255 or 50.71% from 282); Blue value is 137 (53.91% from 255 or 48.58% from 282); Max value from RGB is 143 - color contains mainly: green. Hex color #028F89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028F89 is #FD7076. Grayscale: #646464. Windows color (decimal): -16609399 or 9015042. OLE color: 9015042.
HSL color Cylindrical-coordinate representation of color #028F89: hue angle of 177.45º 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 #028F89 is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 143 | 137 | - |
| CMYK | 0.99 | 0 | 0.04 | 0.44 |
| HSL | 177.45º | 0.97% | 0.28% | - |
| HSV(B) | 177.45º | 0.99% | 0.56% | - |
| XYZ | 14.36 | 21.46 | 27.05 | - |
| YUV | 100.16 | 148.79 | 57.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 143 | 137 | 0.99 | 0 | 0.04 | 0.44 | 177.45 | 0.97 | 0.28 |
| Hex | 2 | 8F | 89 | 63 | 0 | 4 | 2C | B1 | 61 | 1C |
| Octal | 2 | 217 | 211 | 143 | 0 | 4 | 54 | 261 | 141 | 34 |
| Binary | 10 | 10001111 | 10001001 | 1100011 | 0 | 100 | 101100 | 10110001 | 1100001 | 11100 |
Color Harmonies of #028F89
Complementary color
Monochromatic Colors of #028F89
Black with #028F89
Text Example
Text Example
White with #028F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028F89; }
p { color: rgb(2,143,137); }
H1.HeaderClassName
{
color: #028F89;
}
.AnyTagClassName
{
color: #028F89;
}
</style>
background-color css
<style>
a { background-color: #028F89; }
a { background-color: rgb(2,143,137); }
div.DivClassName
{
background-color: #028F89;
}
.BgClassName
{
background-color: #028F89;
}
</style>
border-color css
<style>
span { border-color: #028F89; }
span { border-color: rgb(2,143,137); }
td.TdClassName
{
border-color: #028F89;
}
.TagClassName
{
border-color: #028F89;
}
</style>