Shades of Dark Cyan #008890
Tints of Dark Cyan #008890
RGB
CMYK
RGB Variations
Color information
#008890 (or 0x008890) is known color: Dark Cyan. HEX triplet: 00, 88 and 90. RGB value is (0,136,144). Sum of RGB (Red+Green+Blue) = 0+136+144=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 136 (53.52% from 255 or 48.57% 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 #008890 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008890 is #FF776F. Grayscale: #606060. Windows color (decimal): -16742256 or 9472000. OLE color: 9472000.
HSL color Cylindrical-coordinate representation of color #008890: hue angle of 183.33º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008890 is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 136 | 144 | - |
| CMYK | 1 | 0.06 | 0 | 0.44 |
| HSL | 183.33º | 1% | 0.28% | - |
| HSV(B) | 183.33º | 1% | 0.56% | - |
| XYZ | 13.84 | 19.62 | 29.44 | - |
| YUV | 96.25 | 154.94 | 59.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 136 | 144 | 1 | 0.06 | 0 | 0.44 | 183.33 | 1 | 0.28 |
| Hex | 0 | 88 | 90 | 64 | 6 | 0 | 2C | B7 | 64 | 1C |
| Octal | 0 | 210 | 220 | 144 | 6 | 0 | 54 | 267 | 144 | 34 |
| Binary | 0 | 10001000 | 10010000 | 1100100 | 110 | 0 | 101100 | 10110111 | 1100100 | 11100 |
Color Harmonies of #008890
Complementary color
Monochromatic Colors of #008890
Black with #008890
Text Example
Text Example
White with #008890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008890; }
p { color: rgb(0,136,144); }
H1.HeaderClassName
{
color: #008890;
}
.AnyTagClassName
{
color: #008890;
}
</style>
background-color css
<style>
a { background-color: #008890; }
a { background-color: rgb(0,136,144); }
div.DivClassName
{
background-color: #008890;
}
.BgClassName
{
background-color: #008890;
}
</style>
border-color css
<style>
span { border-color: #008890; }
span { border-color: rgb(0,136,144); }
td.TdClassName
{
border-color: #008890;
}
.TagClassName
{
border-color: #008890;
}
</style>