Shades of Dark Cyan #008D8A
Tints of Dark Cyan #008D8A
RGB
CMYK
RGB Variations
Color information
#008D8A (or 0x008D8A) is known color: Dark Cyan. HEX triplet: 00, 8D and 8A. RGB value is (0,141,138). Sum of RGB (Red+Green+Blue) = 0+141+138=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 141 (55.47% from 255 or 50.54% from 279); Blue value is 138 (54.30% from 255 or 49.46% from 279); Max value from RGB is 141 - color contains mainly: green. Hex color #008D8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008D8A is #FF7275. Grayscale: #626262. Windows color (decimal): -16740982 or 9080064. OLE color: 9080064.
HSL color Cylindrical-coordinate representation of color #008D8A: hue angle of 178.72º 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 #008D8A is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 141 | 138 | - |
| CMYK | 1 | 0 | 0.02 | 0.45 |
| HSL | 178.72º | 1% | 0.28% | - |
| HSV(B) | 178.72º | 1% | 0.55% | - |
| XYZ | 14.11 | 20.88 | 27.33 | - |
| YUV | 98.5 | 150.29 | 57.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 138 | 1 | 0 | 0.02 | 0.45 | 178.72 | 1 | 0.28 |
| Hex | 0 | 8D | 8A | 64 | 0 | 2 | 2D | B3 | 64 | 1C |
| Octal | 0 | 215 | 212 | 144 | 0 | 2 | 55 | 263 | 144 | 34 |
| Binary | 0 | 10001101 | 10001010 | 1100100 | 0 | 10 | 101101 | 10110011 | 1100100 | 11100 |
Color Harmonies of #008D8A
Complementary color
Monochromatic Colors of #008D8A
Black with #008D8A
Text Example
Text Example
White with #008D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008D8A; }
p { color: rgb(0,141,138); }
H1.HeaderClassName
{
color: #008D8A;
}
.AnyTagClassName
{
color: #008D8A;
}
</style>
background-color css
<style>
a { background-color: #008D8A; }
a { background-color: rgb(0,141,138); }
div.DivClassName
{
background-color: #008D8A;
}
.BgClassName
{
background-color: #008D8A;
}
</style>
border-color css
<style>
span { border-color: #008D8A; }
span { border-color: rgb(0,141,138); }
td.TdClassName
{
border-color: #008D8A;
}
.TagClassName
{
border-color: #008D8A;
}
</style>