Shades of Dark Cyan #008C85
Tints of Dark Cyan #008C85
RGB
CMYK
RGB Variations
Color information
#008C85 (or 0x008C85) is known color: Dark Cyan. HEX triplet: 00, 8C and 85. RGB value is (0,140,133). Sum of RGB (Red+Green+Blue) = 0+140+133=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 140 (55.08% from 255 or 51.28% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 140 - color contains mainly: green. Hex color #008C85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008C85 is #FF737A. Grayscale: #616161. Windows color (decimal): -16741243 or 8752128. OLE color: 8752128.
HSL color Cylindrical-coordinate representation of color #008C85: hue angle of 177º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008C85 is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 140 | 133 | - |
| CMYK | 1 | 0 | 0.05 | 0.45 |
| HSL | 177º | 1% | 0.27% | - |
| HSV(B) | 177º | 1% | 0.55% | - |
| XYZ | 13.61 | 20.45 | 25.42 | - |
| YUV | 97.34 | 148.12 | 58.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 133 | 1 | 0 | 0.05 | 0.45 | 177 | 1 | 0.27 |
| Hex | 0 | 8C | 85 | 64 | 0 | 5 | 2D | B1 | 64 | 1B |
| Octal | 0 | 214 | 205 | 144 | 0 | 5 | 55 | 261 | 144 | 33 |
| Binary | 0 | 10001100 | 10000101 | 1100100 | 0 | 101 | 101101 | 10110001 | 1100100 | 11011 |
Color Harmonies of #008C85
Complementary color
Monochromatic Colors of #008C85
Black with #008C85
Text Example
Text Example
White with #008C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008C85; }
p { color: rgb(0,140,133); }
H1.HeaderClassName
{
color: #008C85;
}
.AnyTagClassName
{
color: #008C85;
}
</style>
background-color css
<style>
a { background-color: #008C85; }
a { background-color: rgb(0,140,133); }
div.DivClassName
{
background-color: #008C85;
}
.BgClassName
{
background-color: #008C85;
}
</style>
border-color css
<style>
span { border-color: #008C85; }
span { border-color: rgb(0,140,133); }
td.TdClassName
{
border-color: #008C85;
}
.TagClassName
{
border-color: #008C85;
}
</style>