Shades of Dark Cyan #01878D
Tints of Dark Cyan #01878D
RGB
CMYK
RGB Variations
Color information
#01878D (or 0x01878D) is known color: Dark Cyan. HEX triplet: 01, 87 and 8D. RGB value is (1,135,141). Sum of RGB (Red+Green+Blue) = 1+135+141=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 135 (53.12% from 255 or 48.74% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #01878D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01878D is #FE7872. Grayscale: #5F5F5F. Windows color (decimal): -16676979 or 9275137. OLE color: 9275137.
HSL color Cylindrical-coordinate representation of color #01878D: hue angle of 182.57º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01878D is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 135 | 141 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.45 |
| HSL | 182.57º | 0.99% | 0.28% | - |
| HSV(B) | 182.57º | 0.99% | 0.55% | - |
| XYZ | 13.48 | 19.26 | 28.21 | - |
| YUV | 95.62 | 153.61 | 60.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 135 | 141 | 0.99 | 0.04 | 0 | 0.45 | 182.57 | 0.99 | 0.28 |
| Hex | 1 | 87 | 8D | 63 | 4 | 0 | 2D | B7 | 63 | 1C |
| Octal | 1 | 207 | 215 | 143 | 4 | 0 | 55 | 267 | 143 | 34 |
| Binary | 1 | 10000111 | 10001101 | 1100011 | 100 | 0 | 101101 | 10110111 | 1100011 | 11100 |
Color Harmonies of #01878D
Complementary color
Monochromatic Colors of #01878D
Black with #01878D
Text Example
Text Example
White with #01878D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01878D; }
p { color: rgb(1,135,141); }
H1.HeaderClassName
{
color: #01878D;
}
.AnyTagClassName
{
color: #01878D;
}
</style>
background-color css
<style>
a { background-color: #01878D; }
a { background-color: rgb(1,135,141); }
div.DivClassName
{
background-color: #01878D;
}
.BgClassName
{
background-color: #01878D;
}
</style>
border-color css
<style>
span { border-color: #01878D; }
span { border-color: rgb(1,135,141); }
td.TdClassName
{
border-color: #01878D;
}
.TagClassName
{
border-color: #01878D;
}
</style>