Shades of Dark Cyan #008D8D
Tints of Dark Cyan #008D8D
RGB
CMYK
RGB Variations
Color information
#008D8D (or 0x008D8D) is known color: Dark Cyan. HEX triplet: 00, 8D and 8D. RGB value is (0,141,141). Sum of RGB (Red+Green+Blue) = 0+141+141=282 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 282); Green value is 141 (55.47% from 255 or 50% from 282); Blue value is 141 (55.47% from 255 or 50% from 282); Max value from RGB is 141 - color contains mainly: green, blue. Hex color #008D8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008D8D is #FF7272. Grayscale: #626262. Windows color (decimal): -16740979 or 9276672. OLE color: 9276672.
HSL color Cylindrical-coordinate representation of color #008D8D: hue angle of 180º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008D8D is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 141 | 141 | - |
| CMYK | 1 | 0 | 0 | 0.45 |
| HSL | 180º | 1% | 0.28% | - |
| HSV(B) | 180º | 1% | 0.55% | - |
| XYZ | 14.33 | 20.97 | 28.49 | - |
| YUV | 98.84 | 151.79 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 141 | 1 | 0 | 0 | 0.45 | 180 | 1 | 0.28 |
| Hex | 0 | 8D | 8D | 64 | 0 | 0 | 2D | B4 | 64 | 1C |
| Octal | 0 | 215 | 215 | 144 | 0 | 0 | 55 | 264 | 144 | 34 |
| Binary | 0 | 10001101 | 10001101 | 1100100 | 0 | 0 | 101101 | 10110100 | 1100100 | 11100 |
Color Harmonies of #008D8D
Complementary color
Monochromatic Colors of #008D8D
Black with #008D8D
Text Example
Text Example
White with #008D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008D8D; }
p { color: rgb(0,141,141); }
H1.HeaderClassName
{
color: #008D8D;
}
.AnyTagClassName
{
color: #008D8D;
}
</style>
background-color css
<style>
a { background-color: #008D8D; }
a { background-color: rgb(0,141,141); }
div.DivClassName
{
background-color: #008D8D;
}
.BgClassName
{
background-color: #008D8D;
}
</style>
border-color css
<style>
span { border-color: #008D8D; }
span { border-color: rgb(0,141,141); }
td.TdClassName
{
border-color: #008D8D;
}
.TagClassName
{
border-color: #008D8D;
}
</style>