Shades of Dark Cyan #008990
Tints of Dark Cyan #008990
RGB
CMYK
RGB Variations
Color information
#008990 (or 0x008990) is known color: Dark Cyan. HEX triplet: 00, 89 and 90. RGB value is (0,137,144). Sum of RGB (Red+Green+Blue) = 0+137+144=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 137 (53.91% from 255 or 48.75% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #008990 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008990 is #FF766F. Grayscale: #606060. Windows color (decimal): -16742000 or 9472256. OLE color: 9472256.
HSL color Cylindrical-coordinate representation of color #008990: hue angle of 182.92º 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 #008990 is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 137 | 144 | - |
| CMYK | 1 | 0.05 | 0 | 0.44 |
| HSL | 182.92º | 1% | 0.28% | - |
| HSV(B) | 182.92º | 1% | 0.56% | - |
| XYZ | 13.98 | 19.9 | 29.49 | - |
| YUV | 96.84 | 154.61 | 58.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 137 | 144 | 1 | 0.05 | 0 | 0.44 | 182.92 | 1 | 0.28 |
| Hex | 0 | 89 | 90 | 64 | 5 | 0 | 2C | B7 | 64 | 1C |
| Octal | 0 | 211 | 220 | 144 | 5 | 0 | 54 | 267 | 144 | 34 |
| Binary | 0 | 10001001 | 10010000 | 1100100 | 101 | 0 | 101100 | 10110111 | 1100100 | 11100 |
Color Harmonies of #008990
Complementary color
Monochromatic Colors of #008990
Black with #008990
Text Example
Text Example
White with #008990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008990; }
p { color: rgb(0,137,144); }
H1.HeaderClassName
{
color: #008990;
}
.AnyTagClassName
{
color: #008990;
}
</style>
background-color css
<style>
a { background-color: #008990; }
a { background-color: rgb(0,137,144); }
div.DivClassName
{
background-color: #008990;
}
.BgClassName
{
background-color: #008990;
}
</style>
border-color css
<style>
span { border-color: #008990; }
span { border-color: rgb(0,137,144); }
td.TdClassName
{
border-color: #008990;
}
.TagClassName
{
border-color: #008990;
}
</style>