Shades of Dark Cyan #008D7F
Tints of Dark Cyan #008D7F
RGB
CMYK
RGB Variations
Color information
#008D7F (or 0x008D7F) is known color: Dark Cyan. HEX triplet: 00, 8D and 7F. RGB value is (0,141,127). Sum of RGB (Red+Green+Blue) = 0+141+127=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 141 (55.47% from 255 or 52.61% from 268); Blue value is 127 (50% from 255 or 47.39% from 268); Max value from RGB is 141 - color contains mainly: green. Hex color #008D7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008D7F is #FF7280. Grayscale: #616161. Windows color (decimal): -16740993 or 8359168. OLE color: 8359168.
HSL color Cylindrical-coordinate representation of color #008D7F: hue angle of 174.04º 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 #008D7F is Cyan = 1, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 141 | 127 | - |
| CMYK | 1 | 0 | 0.10 | 0.45 |
| HSL | 174.04º | 1% | 0.28% | - |
| HSV(B) | 174.04º | 1% | 0.55% | - |
| XYZ | 13.36 | 20.58 | 23.35 | - |
| YUV | 97.25 | 144.79 | 58.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 127 | 1 | 0 | 0.10 | 0.45 | 174.04 | 1 | 0.28 |
| Hex | 0 | 8D | 7F | 64 | 0 | A | 2D | AE | 64 | 1C |
| Octal | 0 | 215 | 177 | 144 | 0 | 12 | 55 | 256 | 144 | 34 |
| Binary | 0 | 10001101 | 1111111 | 1100100 | 0 | 1010 | 101101 | 10101110 | 1100100 | 11100 |
Color Harmonies of #008D7F
Complementary color
Monochromatic Colors of #008D7F
Black with #008D7F
Text Example
Text Example
White with #008D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008D7F; }
p { color: rgb(0,141,127); }
H1.HeaderClassName
{
color: #008D7F;
}
.AnyTagClassName
{
color: #008D7F;
}
</style>
background-color css
<style>
a { background-color: #008D7F; }
a { background-color: rgb(0,141,127); }
div.DivClassName
{
background-color: #008D7F;
}
.BgClassName
{
background-color: #008D7F;
}
</style>
border-color css
<style>
span { border-color: #008D7F; }
span { border-color: rgb(0,141,127); }
td.TdClassName
{
border-color: #008D7F;
}
.TagClassName
{
border-color: #008D7F;
}
</style>