Shades of Dark Cyan #028190
Tints of Dark Cyan #028190
RGB
CMYK
RGB Variations
Color information
#028190 (or 0x028190) is known color: Dark Cyan. HEX triplet: 02, 81 and 90. RGB value is (2,129,144). Sum of RGB (Red+Green+Blue) = 2+129+144=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 129 (50.78% from 255 or 46.91% from 275); Blue value is 144 (56.64% from 255 or 52.36% from 275); Max value from RGB is 144 - color contains mainly: blue. Hex color #028190 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028190 is #FD7E6F. Grayscale: #5C5C5C. Windows color (decimal): -16612976 or 9470210. OLE color: 9470210.
HSL color Cylindrical-coordinate representation of color #028190: hue angle of 186.34º 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 #028190 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 129 | 144 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.44 |
| HSL | 186.34º | 0.97% | 0.29% | - |
| HSV(B) | 186.34º | 0.99% | 0.56% | - |
| XYZ | 12.91 | 17.73 | 29.13 | - |
| YUV | 92.74 | 156.92 | 63.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 129 | 144 | 0.99 | 0.10 | 0 | 0.44 | 186.34 | 0.97 | 0.29 |
| Hex | 2 | 81 | 90 | 63 | A | 0 | 2C | BA | 61 | 1D |
| Octal | 2 | 201 | 220 | 143 | 12 | 0 | 54 | 272 | 141 | 35 |
| Binary | 10 | 10000001 | 10010000 | 1100011 | 1010 | 0 | 101100 | 10111010 | 1100001 | 11101 |
Color Harmonies of #028190
Complementary color
Monochromatic Colors of #028190
Black with #028190
Text Example
Text Example
White with #028190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028190; }
p { color: rgb(2,129,144); }
H1.HeaderClassName
{
color: #028190;
}
.AnyTagClassName
{
color: #028190;
}
</style>
background-color css
<style>
a { background-color: #028190; }
a { background-color: rgb(2,129,144); }
div.DivClassName
{
background-color: #028190;
}
.BgClassName
{
background-color: #028190;
}
</style>
border-color css
<style>
span { border-color: #028190; }
span { border-color: rgb(2,129,144); }
td.TdClassName
{
border-color: #028190;
}
.TagClassName
{
border-color: #028190;
}
</style>