Shades of Dark Cyan #028A90
Tints of Dark Cyan #028A90
RGB
CMYK
RGB Variations
Color information
#028A90 (or 0x028A90) is known color: Dark Cyan. HEX triplet: 02, 8A and 90. RGB value is (2,138,144). Sum of RGB (Red+Green+Blue) = 2+138+144=284 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 284); Green value is 138 (54.30% from 255 or 48.59% from 284); Blue value is 144 (56.64% from 255 or 50.70% from 284); Max value from RGB is 144 - color contains mainly: blue. Hex color #028A90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028A90 is #FD756F. Grayscale: #616161. Windows color (decimal): -16610672 or 9472514. OLE color: 9472514.
HSL color Cylindrical-coordinate representation of color #028A90: hue angle of 182.54º 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 #028A90 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 138 | 144 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.44 |
| HSL | 182.54º | 0.97% | 0.29% | - |
| HSV(B) | 182.54º | 0.99% | 0.56% | - |
| XYZ | 14.15 | 20.2 | 29.54 | - |
| YUV | 98.02 | 153.94 | 59.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 138 | 144 | 0.99 | 0.04 | 0 | 0.44 | 182.54 | 0.97 | 0.29 |
| Hex | 2 | 8A | 90 | 63 | 4 | 0 | 2C | B7 | 61 | 1D |
| Octal | 2 | 212 | 220 | 143 | 4 | 0 | 54 | 267 | 141 | 35 |
| Binary | 10 | 10001010 | 10010000 | 1100011 | 100 | 0 | 101100 | 10110111 | 1100001 | 11101 |
Color Harmonies of #028A90
Complementary color
Monochromatic Colors of #028A90
Black with #028A90
Text Example
Text Example
White with #028A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028A90; }
p { color: rgb(2,138,144); }
H1.HeaderClassName
{
color: #028A90;
}
.AnyTagClassName
{
color: #028A90;
}
</style>
background-color css
<style>
a { background-color: #028A90; }
a { background-color: rgb(2,138,144); }
div.DivClassName
{
background-color: #028A90;
}
.BgClassName
{
background-color: #028A90;
}
</style>
border-color css
<style>
span { border-color: #028A90; }
span { border-color: rgb(2,138,144); }
td.TdClassName
{
border-color: #028A90;
}
.TagClassName
{
border-color: #028A90;
}
</style>