Shades of Dark Cyan #028390
Tints of Dark Cyan #028390
RGB
CMYK
RGB Variations
Color information
#028390 (or 0x028390) is known color: Dark Cyan. HEX triplet: 02, 83 and 90. RGB value is (2,131,144). Sum of RGB (Red+Green+Blue) = 2+131+144=277 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 277); Green value is 131 (51.56% from 255 or 47.29% from 277); Blue value is 144 (56.64% from 255 or 51.99% from 277); Max value from RGB is 144 - color contains mainly: blue. Hex color #028390 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028390 is #FD7C6F. Grayscale: #5D5D5D. Windows color (decimal): -16612464 or 9470722. OLE color: 9470722.
HSL color Cylindrical-coordinate representation of color #028390: hue angle of 185.49º 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 #028390 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 131 | 144 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.44 |
| HSL | 185.49º | 0.97% | 0.29% | - |
| HSV(B) | 185.49º | 0.99% | 0.56% | - |
| XYZ | 13.18 | 18.26 | 29.22 | - |
| YUV | 93.91 | 156.26 | 62.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 131 | 144 | 0.99 | 0.09 | 0 | 0.44 | 185.49 | 0.97 | 0.29 |
| Hex | 2 | 83 | 90 | 63 | 9 | 0 | 2C | B9 | 61 | 1D |
| Octal | 2 | 203 | 220 | 143 | 11 | 0 | 54 | 271 | 141 | 35 |
| Binary | 10 | 10000011 | 10010000 | 1100011 | 1001 | 0 | 101100 | 10111001 | 1100001 | 11101 |
Color Harmonies of #028390
Complementary color
Monochromatic Colors of #028390
Black with #028390
Text Example
Text Example
White with #028390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028390; }
p { color: rgb(2,131,144); }
H1.HeaderClassName
{
color: #028390;
}
.AnyTagClassName
{
color: #028390;
}
</style>
background-color css
<style>
a { background-color: #028390; }
a { background-color: rgb(2,131,144); }
div.DivClassName
{
background-color: #028390;
}
.BgClassName
{
background-color: #028390;
}
</style>
border-color css
<style>
span { border-color: #028390; }
span { border-color: rgb(2,131,144); }
td.TdClassName
{
border-color: #028390;
}
.TagClassName
{
border-color: #028390;
}
</style>