Shades of Dark Cyan #008190
Tints of Dark Cyan #008190
RGB
CMYK
RGB Variations
Color information
#008190 (or 0x008190) is known color: Dark Cyan. HEX triplet: 00, 81 and 90. RGB value is (0,129,144). Sum of RGB (Red+Green+Blue) = 0+129+144=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 129 (50.78% from 255 or 47.25% from 273); Blue value is 144 (56.64% from 255 or 52.75% from 273); Max value from RGB is 144 - color contains mainly: blue. Hex color #008190 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008190 is #FF7E6F. Grayscale: #5B5B5B. Windows color (decimal): -16744048 or 9470208. OLE color: 9470208.
HSL color Cylindrical-coordinate representation of color #008190: hue angle of 186.25º 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 #008190 is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 129 | 144 | - |
| CMYK | 1 | 0.10 | 0 | 0.44 |
| HSL | 186.25º | 1% | 0.28% | - |
| HSV(B) | 186.25º | 1% | 0.56% | - |
| XYZ | 12.88 | 17.71 | 29.13 | - |
| YUV | 92.14 | 157.26 | 62.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 129 | 144 | 1 | 0.10 | 0 | 0.44 | 186.25 | 1 | 0.28 |
| Hex | 0 | 81 | 90 | 64 | A | 0 | 2C | BA | 64 | 1C |
| Octal | 0 | 201 | 220 | 144 | 12 | 0 | 54 | 272 | 144 | 34 |
| Binary | 0 | 10000001 | 10010000 | 1100100 | 1010 | 0 | 101100 | 10111010 | 1100100 | 11100 |
Color Harmonies of #008190
Complementary color
Monochromatic Colors of #008190
Black with #008190
Text Example
Text Example
White with #008190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008190; }
p { color: rgb(0,129,144); }
H1.HeaderClassName
{
color: #008190;
}
.AnyTagClassName
{
color: #008190;
}
</style>
background-color css
<style>
a { background-color: #008190; }
a { background-color: rgb(0,129,144); }
div.DivClassName
{
background-color: #008190;
}
.BgClassName
{
background-color: #008190;
}
</style>
border-color css
<style>
span { border-color: #008190; }
span { border-color: rgb(0,129,144); }
td.TdClassName
{
border-color: #008190;
}
.TagClassName
{
border-color: #008190;
}
</style>