Shades of Dark Cyan #008B86
Tints of Dark Cyan #008B86
RGB
CMYK
RGB Variations
Color information
#008B86 (or 0x008B86) is known color: Dark Cyan. HEX triplet: 00, 8B and 86. RGB value is (0,139,134). Sum of RGB (Red+Green+Blue) = 0+139+134=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 139 (54.69% from 255 or 50.92% from 273); Blue value is 134 (52.73% from 255 or 49.08% from 273); Max value from RGB is 139 - color contains mainly: green. Hex color #008B86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008B86 is #FF7479. Grayscale: #606060. Windows color (decimal): -16741498 or 8817408. OLE color: 8817408.
HSL color Cylindrical-coordinate representation of color #008B86: hue angle of 177.84º 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 #008B86 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 139 | 134 | - |
| CMYK | 1 | 0 | 0.04 | 0.45 |
| HSL | 177.84º | 1% | 0.27% | - |
| HSV(B) | 177.84º | 1% | 0.55% | - |
| XYZ | 13.54 | 20.19 | 25.74 | - |
| YUV | 96.87 | 148.95 | 58.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 139 | 134 | 1 | 0 | 0.04 | 0.45 | 177.84 | 1 | 0.27 |
| Hex | 0 | 8B | 86 | 64 | 0 | 4 | 2D | B2 | 64 | 1B |
| Octal | 0 | 213 | 206 | 144 | 0 | 4 | 55 | 262 | 144 | 33 |
| Binary | 0 | 10001011 | 10000110 | 1100100 | 0 | 100 | 101101 | 10110010 | 1100100 | 11011 |
Color Harmonies of #008B86
Complementary color
Monochromatic Colors of #008B86
Black with #008B86
Text Example
Text Example
White with #008B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008B86; }
p { color: rgb(0,139,134); }
H1.HeaderClassName
{
color: #008B86;
}
.AnyTagClassName
{
color: #008B86;
}
</style>
background-color css
<style>
a { background-color: #008B86; }
a { background-color: rgb(0,139,134); }
div.DivClassName
{
background-color: #008B86;
}
.BgClassName
{
background-color: #008B86;
}
</style>
border-color css
<style>
span { border-color: #008B86; }
span { border-color: rgb(0,139,134); }
td.TdClassName
{
border-color: #008B86;
}
.TagClassName
{
border-color: #008B86;
}
</style>