Shades of Dark Cyan #008191
Tints of Dark Cyan #008191
RGB
CMYK
RGB Variations
Color information
#008191 (or 0x008191) is known color: Dark Cyan. HEX triplet: 00, 81 and 91. RGB value is (0,129,145). Sum of RGB (Red+Green+Blue) = 0+129+145=274 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 274); Green value is 129 (50.78% from 255 or 47.08% from 274); Blue value is 145 (57.03% from 255 or 52.92% from 274); Max value from RGB is 145 - color contains mainly: blue. Hex color #008191 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008191 is #FF7E6E. Grayscale: #5C5C5C. Windows color (decimal): -16744047 or 9535744. OLE color: 9535744.
HSL color Cylindrical-coordinate representation of color #008191: hue angle of 186.62º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008191 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 129 | 145 | - |
| CMYK | 1 | 0.11 | 0 | 0.43 |
| HSL | 186.62º | 1% | 0.28% | - |
| HSV(B) | 186.62º | 1% | 0.57% | - |
| XYZ | 12.96 | 17.74 | 29.53 | - |
| YUV | 92.25 | 157.76 | 62.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 129 | 145 | 1 | 0.11 | 0 | 0.43 | 186.62 | 1 | 0.28 |
| Hex | 0 | 81 | 91 | 64 | B | 0 | 2B | BB | 64 | 1C |
| Octal | 0 | 201 | 221 | 144 | 13 | 0 | 53 | 273 | 144 | 34 |
| Binary | 0 | 10000001 | 10010001 | 1100100 | 1011 | 0 | 101011 | 10111011 | 1100100 | 11100 |
Color Harmonies of #008191
Complementary color
Monochromatic Colors of #008191
Black with #008191
Text Example
Text Example
White with #008191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008191; }
p { color: rgb(0,129,145); }
H1.HeaderClassName
{
color: #008191;
}
.AnyTagClassName
{
color: #008191;
}
</style>
background-color css
<style>
a { background-color: #008191; }
a { background-color: rgb(0,129,145); }
div.DivClassName
{
background-color: #008191;
}
.BgClassName
{
background-color: #008191;
}
</style>
border-color css
<style>
span { border-color: #008191; }
span { border-color: rgb(0,129,145); }
td.TdClassName
{
border-color: #008191;
}
.TagClassName
{
border-color: #008191;
}
</style>