Shades of Dark Cyan #028690
Tints of Dark Cyan #028690
RGB
CMYK
RGB Variations
Color information
#028690 (or 0x028690) is known color: Dark Cyan. HEX triplet: 02, 86 and 90. RGB value is (2,134,144). Sum of RGB (Red+Green+Blue) = 2+134+144=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 134 (52.73% from 255 or 47.86% from 280); Blue value is 144 (56.64% from 255 or 51.43% from 280); Max value from RGB is 144 - color contains mainly: blue. Hex color #028690 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028690 is #FD796F. Grayscale: #5F5F5F. Windows color (decimal): -16611696 or 9471490. OLE color: 9471490.
HSL color Cylindrical-coordinate representation of color #028690: hue angle of 184.23º 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 #028690 is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 134 | 144 | - |
| CMYK | 0.99 | 0.07 | 0 | 0.44 |
| HSL | 184.23º | 0.97% | 0.29% | - |
| HSV(B) | 184.23º | 0.99% | 0.56% | - |
| XYZ | 13.58 | 19.08 | 29.35 | - |
| YUV | 95.67 | 155.27 | 61.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 134 | 144 | 0.99 | 0.07 | 0 | 0.44 | 184.23 | 0.97 | 0.29 |
| Hex | 2 | 86 | 90 | 63 | 7 | 0 | 2C | B8 | 61 | 1D |
| Octal | 2 | 206 | 220 | 143 | 7 | 0 | 54 | 270 | 141 | 35 |
| Binary | 10 | 10000110 | 10010000 | 1100011 | 111 | 0 | 101100 | 10111000 | 1100001 | 11101 |
Color Harmonies of #028690
Complementary color
Monochromatic Colors of #028690
Black with #028690
Text Example
Text Example
White with #028690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028690; }
p { color: rgb(2,134,144); }
H1.HeaderClassName
{
color: #028690;
}
.AnyTagClassName
{
color: #028690;
}
</style>
background-color css
<style>
a { background-color: #028690; }
a { background-color: rgb(2,134,144); }
div.DivClassName
{
background-color: #028690;
}
.BgClassName
{
background-color: #028690;
}
</style>
border-color css
<style>
span { border-color: #028690; }
span { border-color: rgb(2,134,144); }
td.TdClassName
{
border-color: #028690;
}
.TagClassName
{
border-color: #028690;
}
</style>