Shades of Dark Cyan #00868D
Tints of Dark Cyan #00868D
RGB
CMYK
RGB Variations
Color information
#00868D (or 0x00868D) is known color: Dark Cyan. HEX triplet: 00, 86 and 8D. RGB value is (0,134,141). Sum of RGB (Red+Green+Blue) = 0+134+141=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 134 (52.73% from 255 or 48.73% from 275); Blue value is 141 (55.47% from 255 or 51.27% from 275); Max value from RGB is 141 - color contains mainly: blue. Hex color #00868D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00868D is #FF7972. Grayscale: #5E5E5E. Windows color (decimal): -16742771 or 9274880. OLE color: 9274880.
HSL color Cylindrical-coordinate representation of color #00868D: hue angle of 182.98º 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 #00868D is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 134 | 141 | - |
| CMYK | 1 | 0.05 | 0 | 0.45 |
| HSL | 182.98º | 1% | 0.28% | - |
| HSV(B) | 182.98º | 1% | 0.55% | - |
| XYZ | 13.33 | 18.97 | 28.16 | - |
| YUV | 94.73 | 154.11 | 60.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 134 | 141 | 1 | 0.05 | 0 | 0.45 | 182.98 | 1 | 0.28 |
| Hex | 0 | 86 | 8D | 64 | 5 | 0 | 2D | B7 | 64 | 1C |
| Octal | 0 | 206 | 215 | 144 | 5 | 0 | 55 | 267 | 144 | 34 |
| Binary | 0 | 10000110 | 10001101 | 1100100 | 101 | 0 | 101101 | 10110111 | 1100100 | 11100 |
Color Harmonies of #00868D
Complementary color
Monochromatic Colors of #00868D
Black with #00868D
Text Example
Text Example
White with #00868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00868D; }
p { color: rgb(0,134,141); }
H1.HeaderClassName
{
color: #00868D;
}
.AnyTagClassName
{
color: #00868D;
}
</style>
background-color css
<style>
a { background-color: #00868D; }
a { background-color: rgb(0,134,141); }
div.DivClassName
{
background-color: #00868D;
}
.BgClassName
{
background-color: #00868D;
}
</style>
border-color css
<style>
span { border-color: #00868D; }
span { border-color: rgb(0,134,141); }
td.TdClassName
{
border-color: #00868D;
}
.TagClassName
{
border-color: #00868D;
}
</style>