Shades of Dark Cyan #008D91
Tints of Dark Cyan #008D91
RGB
CMYK
RGB Variations
Color information
#008D91 (or 0x008D91) is known color: Dark Cyan. HEX triplet: 00, 8D and 91. RGB value is (0,141,145). Sum of RGB (Red+Green+Blue) = 0+141+145=286 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 286); Green value is 141 (55.47% from 255 or 49.30% from 286); Blue value is 145 (57.03% from 255 or 50.70% from 286); Max value from RGB is 145 - color contains mainly: blue. Hex color #008D91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008D91 is #FF726E. Grayscale: #636363. Windows color (decimal): -16740975 or 9538816. OLE color: 9538816.
HSL color Cylindrical-coordinate representation of color #008D91: hue angle of 181.66º 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 #008D91 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 141 | 145 | - |
| CMYK | 1 | 0.03 | 0 | 0.43 |
| HSL | 181.66º | 1% | 0.28% | - |
| HSV(B) | 181.66º | 1% | 0.57% | - |
| XYZ | 14.64 | 21.09 | 30.09 | - |
| YUV | 99.3 | 153.79 | 57.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 145 | 1 | 0.03 | 0 | 0.43 | 181.66 | 1 | 0.28 |
| Hex | 0 | 8D | 91 | 64 | 3 | 0 | 2B | B6 | 64 | 1C |
| Octal | 0 | 215 | 221 | 144 | 3 | 0 | 53 | 266 | 144 | 34 |
| Binary | 0 | 10001101 | 10010001 | 1100100 | 11 | 0 | 101011 | 10110110 | 1100100 | 11100 |
Color Harmonies of #008D91
Complementary color
Monochromatic Colors of #008D91
Black with #008D91
Text Example
Text Example
White with #008D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008D91; }
p { color: rgb(0,141,145); }
H1.HeaderClassName
{
color: #008D91;
}
.AnyTagClassName
{
color: #008D91;
}
</style>
background-color css
<style>
a { background-color: #008D91; }
a { background-color: rgb(0,141,145); }
div.DivClassName
{
background-color: #008D91;
}
.BgClassName
{
background-color: #008D91;
}
</style>
border-color css
<style>
span { border-color: #008D91; }
span { border-color: rgb(0,141,145); }
td.TdClassName
{
border-color: #008D91;
}
.TagClassName
{
border-color: #008D91;
}
</style>