Shades of Dark Cyan #028B90
Tints of Dark Cyan #028B90
RGB
CMYK
RGB Variations
Color information
#028B90 (or 0x028B90) is known color: Dark Cyan. HEX triplet: 02, 8B and 90. RGB value is (2,139,144). Sum of RGB (Red+Green+Blue) = 2+139+144=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 139 (54.69% from 255 or 48.77% from 285); Blue value is 144 (56.64% from 255 or 50.53% from 285); Max value from RGB is 144 - color contains mainly: blue. Hex color #028B90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028B90 is #FD746F. Grayscale: #626262. Windows color (decimal): -16610416 or 9472770. OLE color: 9472770.
HSL color Cylindrical-coordinate representation of color #028B90: hue angle of 182.11º 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 #028B90 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 139 | 144 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.44 |
| HSL | 182.11º | 0.97% | 0.29% | - |
| HSV(B) | 182.11º | 0.99% | 0.56% | - |
| XYZ | 14.29 | 20.49 | 29.59 | - |
| YUV | 98.61 | 153.61 | 59.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 139 | 144 | 0.99 | 0.03 | 0 | 0.44 | 182.11 | 0.97 | 0.29 |
| Hex | 2 | 8B | 90 | 63 | 3 | 0 | 2C | B6 | 61 | 1D |
| Octal | 2 | 213 | 220 | 143 | 3 | 0 | 54 | 266 | 141 | 35 |
| Binary | 10 | 10001011 | 10010000 | 1100011 | 11 | 0 | 101100 | 10110110 | 1100001 | 11101 |
Color Harmonies of #028B90
Complementary color
Monochromatic Colors of #028B90
Black with #028B90
Text Example
Text Example
White with #028B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028B90; }
p { color: rgb(2,139,144); }
H1.HeaderClassName
{
color: #028B90;
}
.AnyTagClassName
{
color: #028B90;
}
</style>
background-color css
<style>
a { background-color: #028B90; }
a { background-color: rgb(2,139,144); }
div.DivClassName
{
background-color: #028B90;
}
.BgClassName
{
background-color: #028B90;
}
</style>
border-color css
<style>
span { border-color: #028B90; }
span { border-color: rgb(2,139,144); }
td.TdClassName
{
border-color: #028B90;
}
.TagClassName
{
border-color: #028B90;
}
</style>