Shades of Dark Cyan #00858C
Tints of Dark Cyan #00858C
RGB
CMYK
RGB Variations
Color information
#00858C (or 0x00858C) is known color: Dark Cyan. HEX triplet: 00, 85 and 8C. RGB value is (0,133,140). Sum of RGB (Red+Green+Blue) = 0+133+140=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 140 (55.08% from 255 or 51.28% from 273); Max value from RGB is 140 - color contains mainly: blue. Hex color #00858C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00858C is #FF7A73. Grayscale: #5D5D5D. Windows color (decimal): -16743028 or 9209088. OLE color: 9209088.
HSL color Cylindrical-coordinate representation of color #00858C: hue angle of 183º 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 #00858C is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 133 | 140 | - |
| CMYK | 1 | 0.05 | 0 | 0.45 |
| HSL | 183º | 1% | 0.27% | - |
| HSV(B) | 183º | 1% | 0.55% | - |
| XYZ | 13.12 | 18.67 | 27.72 | - |
| YUV | 94.03 | 153.94 | 60.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 140 | 1 | 0.05 | 0 | 0.45 | 183 | 1 | 0.27 |
| Hex | 0 | 85 | 8C | 64 | 5 | 0 | 2D | B7 | 64 | 1B |
| Octal | 0 | 205 | 214 | 144 | 5 | 0 | 55 | 267 | 144 | 33 |
| Binary | 0 | 10000101 | 10001100 | 1100100 | 101 | 0 | 101101 | 10110111 | 1100100 | 11011 |
Color Harmonies of #00858C
Complementary color
Monochromatic Colors of #00858C
Black with #00858C
Text Example
Text Example
White with #00858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00858C; }
p { color: rgb(0,133,140); }
H1.HeaderClassName
{
color: #00858C;
}
.AnyTagClassName
{
color: #00858C;
}
</style>
background-color css
<style>
a { background-color: #00858C; }
a { background-color: rgb(0,133,140); }
div.DivClassName
{
background-color: #00858C;
}
.BgClassName
{
background-color: #00858C;
}
</style>
border-color css
<style>
span { border-color: #00858C; }
span { border-color: rgb(0,133,140); }
td.TdClassName
{
border-color: #00858C;
}
.TagClassName
{
border-color: #00858C;
}
</style>