Shades of Dark Cyan #01878E
Tints of Dark Cyan #01878E
RGB
CMYK
RGB Variations
Color information
#01878E (or 0x01878E) is known color: Dark Cyan. HEX triplet: 01, 87 and 8E. RGB value is (1,135,142). Sum of RGB (Red+Green+Blue) = 1+135+142=278 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 278); Green value is 135 (53.12% from 255 or 48.56% from 278); Blue value is 142 (55.86% from 255 or 51.08% from 278); Max value from RGB is 142 - color contains mainly: blue. Hex color #01878E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01878E is #FE7871. Grayscale: #5F5F5F. Windows color (decimal): -16676978 or 9340673. OLE color: 9340673.
HSL color Cylindrical-coordinate representation of color #01878E: hue angle of 182.98º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01878E is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 135 | 142 | - |
| CMYK | 0.99 | 0.05 | 0 | 0.44 |
| HSL | 182.98º | 0.99% | 0.28% | - |
| HSV(B) | 182.98º | 0.99% | 0.56% | - |
| XYZ | 13.56 | 19.29 | 28.6 | - |
| YUV | 95.73 | 154.11 | 60.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 135 | 142 | 0.99 | 0.05 | 0 | 0.44 | 182.98 | 0.99 | 0.28 |
| Hex | 1 | 87 | 8E | 63 | 5 | 0 | 2C | B7 | 63 | 1C |
| Octal | 1 | 207 | 216 | 143 | 5 | 0 | 54 | 267 | 143 | 34 |
| Binary | 1 | 10000111 | 10001110 | 1100011 | 101 | 0 | 101100 | 10110111 | 1100011 | 11100 |
Color Harmonies of #01878E
Complementary color
Monochromatic Colors of #01878E
Black with #01878E
Text Example
Text Example
White with #01878E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01878E; }
p { color: rgb(1,135,142); }
H1.HeaderClassName
{
color: #01878E;
}
.AnyTagClassName
{
color: #01878E;
}
</style>
background-color css
<style>
a { background-color: #01878E; }
a { background-color: rgb(1,135,142); }
div.DivClassName
{
background-color: #01878E;
}
.BgClassName
{
background-color: #01878E;
}
</style>
border-color css
<style>
span { border-color: #01878E; }
span { border-color: rgb(1,135,142); }
td.TdClassName
{
border-color: #01878E;
}
.TagClassName
{
border-color: #01878E;
}
</style>