Shades of Dark Cyan #00858B
Tints of Dark Cyan #00858B
RGB
CMYK
RGB Variations
Color information
#00858B (or 0x00858B) is known color: Dark Cyan. HEX triplet: 00, 85 and 8B. RGB value is (0,133,139). Sum of RGB (Red+Green+Blue) = 0+133+139=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 133 (52.34% from 255 or 48.90% from 272); Blue value is 139 (54.69% from 255 or 51.10% from 272); Max value from RGB is 139 - color contains mainly: blue. Hex color #00858B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00858B is #FF7A74. Grayscale: #5D5D5D. Windows color (decimal): -16743029 or 9143552. OLE color: 9143552.
HSL color Cylindrical-coordinate representation of color #00858B: hue angle of 182.59º 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 #00858B is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 133 | 139 | - |
| CMYK | 1 | 0.04 | 0 | 0.45 |
| HSL | 182.59º | 1% | 0.27% | - |
| HSV(B) | 182.59º | 1% | 0.55% | - |
| XYZ | 13.05 | 18.64 | 27.34 | - |
| YUV | 93.92 | 153.44 | 61.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 139 | 1 | 0.04 | 0 | 0.45 | 182.59 | 1 | 0.27 |
| Hex | 0 | 85 | 8B | 64 | 4 | 0 | 2D | B7 | 64 | 1B |
| Octal | 0 | 205 | 213 | 144 | 4 | 0 | 55 | 267 | 144 | 33 |
| Binary | 0 | 10000101 | 10001011 | 1100100 | 100 | 0 | 101101 | 10110111 | 1100100 | 11011 |
Color Harmonies of #00858B
Complementary color
Monochromatic Colors of #00858B
Black with #00858B
Text Example
Text Example
White with #00858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00858B; }
p { color: rgb(0,133,139); }
H1.HeaderClassName
{
color: #00858B;
}
.AnyTagClassName
{
color: #00858B;
}
</style>
background-color css
<style>
a { background-color: #00858B; }
a { background-color: rgb(0,133,139); }
div.DivClassName
{
background-color: #00858B;
}
.BgClassName
{
background-color: #00858B;
}
</style>
border-color css
<style>
span { border-color: #00858B; }
span { border-color: rgb(0,133,139); }
td.TdClassName
{
border-color: #00858B;
}
.TagClassName
{
border-color: #00858B;
}
</style>