Shades of Dark Cyan #028990
Tints of Dark Cyan #028990
RGB
CMYK
RGB Variations
Color information
#028990 (or 0x028990) is known color: Dark Cyan. HEX triplet: 02, 89 and 90. RGB value is (2,137,144). Sum of RGB (Red+Green+Blue) = 2+137+144=283 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 283); Green value is 137 (53.91% from 255 or 48.41% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #028990 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028990 is #FD766F. Grayscale: #616161. Windows color (decimal): -16610928 or 9472258. OLE color: 9472258.
HSL color Cylindrical-coordinate representation of color #028990: hue angle of 182.96º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028990 is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 137 | 144 | - |
| CMYK | 0.99 | 0.05 | 0 | 0.44 |
| HSL | 182.96º | 0.97% | 0.29% | - |
| HSV(B) | 182.96º | 0.99% | 0.56% | - |
| XYZ | 14 | 19.92 | 29.49 | - |
| YUV | 97.43 | 154.27 | 59.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 137 | 144 | 0.99 | 0.05 | 0 | 0.44 | 182.96 | 0.97 | 0.29 |
| Hex | 2 | 89 | 90 | 63 | 5 | 0 | 2C | B7 | 61 | 1D |
| Octal | 2 | 211 | 220 | 143 | 5 | 0 | 54 | 267 | 141 | 35 |
| Binary | 10 | 10001001 | 10010000 | 1100011 | 101 | 0 | 101100 | 10110111 | 1100001 | 11101 |
Color Harmonies of #028990
Complementary color
Monochromatic Colors of #028990
Black with #028990
Text Example
Text Example
White with #028990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028990; }
p { color: rgb(2,137,144); }
H1.HeaderClassName
{
color: #028990;
}
.AnyTagClassName
{
color: #028990;
}
</style>
background-color css
<style>
a { background-color: #028990; }
a { background-color: rgb(2,137,144); }
div.DivClassName
{
background-color: #028990;
}
.BgClassName
{
background-color: #028990;
}
</style>
border-color css
<style>
span { border-color: #028990; }
span { border-color: rgb(2,137,144); }
td.TdClassName
{
border-color: #028990;
}
.TagClassName
{
border-color: #028990;
}
</style>