Shades of Dark Cyan #028C93
Tints of Dark Cyan #028C93
RGB
CMYK
RGB Variations
Color information
#028C93 (or 0x028C93) is known color: Dark Cyan. HEX triplet: 02, 8C and 93. RGB value is (2,140,147). Sum of RGB (Red+Green+Blue) = 2+140+147=289 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 289); Green value is 140 (55.08% from 255 or 48.44% from 289); Blue value is 147 (57.81% from 255 or 50.87% from 289); Max value from RGB is 147 - color contains mainly: blue. Hex color #028C93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028C93 is #FD736C. Grayscale: #636363. Windows color (decimal): -16610157 or 9669634. OLE color: 9669634.
HSL color Cylindrical-coordinate representation of color #028C93: hue angle of 182.9º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028C93 is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 140 | 147 | - |
| CMYK | 0.99 | 0.05 | 0 | 0.42 |
| HSL | 182.9º | 0.97% | 0.29% | - |
| HSV(B) | 182.9º | 0.99% | 0.58% | - |
| XYZ | 14.67 | 20.88 | 30.86 | - |
| YUV | 99.54 | 154.78 | 58.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 140 | 147 | 0.99 | 0.05 | 0 | 0.42 | 182.9 | 0.97 | 0.29 |
| Hex | 2 | 8C | 93 | 63 | 5 | 0 | 2A | B7 | 61 | 1D |
| Octal | 2 | 214 | 223 | 143 | 5 | 0 | 52 | 267 | 141 | 35 |
| Binary | 10 | 10001100 | 10010011 | 1100011 | 101 | 0 | 101010 | 10110111 | 1100001 | 11101 |
Color Harmonies of #028C93
Complementary color
Monochromatic Colors of #028C93
Black with #028C93
Text Example
Text Example
White with #028C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028C93; }
p { color: rgb(2,140,147); }
H1.HeaderClassName
{
color: #028C93;
}
.AnyTagClassName
{
color: #028C93;
}
</style>
background-color css
<style>
a { background-color: #028C93; }
a { background-color: rgb(2,140,147); }
div.DivClassName
{
background-color: #028C93;
}
.BgClassName
{
background-color: #028C93;
}
</style>
border-color css
<style>
span { border-color: #028C93; }
span { border-color: rgb(2,140,147); }
td.TdClassName
{
border-color: #028C93;
}
.TagClassName
{
border-color: #028C93;
}
</style>