Shades of Dark Cyan #00868A
Tints of Dark Cyan #00868A
RGB
CMYK
RGB Variations
Color information
#00868A (or 0x00868A) is known color: Dark Cyan. HEX triplet: 00, 86 and 8A. RGB value is (0,134,138). Sum of RGB (Red+Green+Blue) = 0+134+138=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 134 (52.73% from 255 or 49.26% from 272); Blue value is 138 (54.30% from 255 or 50.74% from 272); Max value from RGB is 138 - color contains mainly: blue. Hex color #00868A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00868A is #FF7975. Grayscale: #5E5E5E. Windows color (decimal): -16742774 or 9078272. OLE color: 9078272.
HSL color Cylindrical-coordinate representation of color #00868A: hue angle of 181.74º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00868A is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 134 | 138 | - |
| CMYK | 1 | 0.03 | 0 | 0.46 |
| HSL | 181.74º | 1% | 0.27% | - |
| HSV(B) | 181.74º | 1% | 0.54% | - |
| XYZ | 13.11 | 18.89 | 27 | - |
| YUV | 94.39 | 152.61 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 134 | 138 | 1 | 0.03 | 0 | 0.46 | 181.74 | 1 | 0.27 |
| Hex | 0 | 86 | 8A | 64 | 3 | 0 | 2E | B6 | 64 | 1B |
| Octal | 0 | 206 | 212 | 144 | 3 | 0 | 56 | 266 | 144 | 33 |
| Binary | 0 | 10000110 | 10001010 | 1100100 | 11 | 0 | 101110 | 10110110 | 1100100 | 11011 |
Color Harmonies of #00868A
Complementary color
Monochromatic Colors of #00868A
Black with #00868A
Text Example
Text Example
White with #00868A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00868A; }
p { color: rgb(0,134,138); }
H1.HeaderClassName
{
color: #00868A;
}
.AnyTagClassName
{
color: #00868A;
}
</style>
background-color css
<style>
a { background-color: #00868A; }
a { background-color: rgb(0,134,138); }
div.DivClassName
{
background-color: #00868A;
}
.BgClassName
{
background-color: #00868A;
}
</style>
border-color css
<style>
span { border-color: #00868A; }
span { border-color: rgb(0,134,138); }
td.TdClassName
{
border-color: #00868A;
}
.TagClassName
{
border-color: #00868A;
}
</style>