Shades of Dark Cyan #008090
Tints of Dark Cyan #008090
RGB
CMYK
RGB Variations
Color information
#008090 (or 0x008090) is known color: Dark Cyan. HEX triplet: 00, 80 and 90. RGB value is (0,128,144). Sum of RGB (Red+Green+Blue) = 0+128+144=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 128 (50.39% from 255 or 47.06% from 272); Blue value is 144 (56.64% from 255 or 52.94% from 272); Max value from RGB is 144 - color contains mainly: blue. Hex color #008090 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008090 is #FF7F6F. Grayscale: #5B5B5B. Windows color (decimal): -16744304 or 9469952. OLE color: 9469952.
HSL color Cylindrical-coordinate representation of color #008090: hue angle of 186.67º 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 #008090 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 128 | 144 | - |
| CMYK | 1 | 0.11 | 0 | 0.44 |
| HSL | 186.67º | 1% | 0.28% | - |
| HSV(B) | 186.67º | 1% | 0.56% | - |
| XYZ | 12.75 | 17.45 | 29.08 | - |
| YUV | 91.55 | 157.59 | 62.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 144 | 1 | 0.11 | 0 | 0.44 | 186.67 | 1 | 0.28 |
| Hex | 0 | 80 | 90 | 64 | B | 0 | 2C | BB | 64 | 1C |
| Octal | 0 | 200 | 220 | 144 | 13 | 0 | 54 | 273 | 144 | 34 |
| Binary | 0 | 10000000 | 10010000 | 1100100 | 1011 | 0 | 101100 | 10111011 | 1100100 | 11100 |
Color Harmonies of #008090
Complementary color
Monochromatic Colors of #008090
Black with #008090
Text Example
Text Example
White with #008090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008090; }
p { color: rgb(0,128,144); }
H1.HeaderClassName
{
color: #008090;
}
.AnyTagClassName
{
color: #008090;
}
</style>
background-color css
<style>
a { background-color: #008090; }
a { background-color: rgb(0,128,144); }
div.DivClassName
{
background-color: #008090;
}
.BgClassName
{
background-color: #008090;
}
</style>
border-color css
<style>
span { border-color: #008090; }
span { border-color: rgb(0,128,144); }
td.TdClassName
{
border-color: #008090;
}
.TagClassName
{
border-color: #008090;
}
</style>