Shades of Dark Cyan #01818F
Tints of Dark Cyan #01818F
RGB
CMYK
RGB Variations
Color information
#01818F (or 0x01818F) is known color: Dark Cyan. HEX triplet: 01, 81 and 8F. RGB value is (1,129,143). Sum of RGB (Red+Green+Blue) = 1+129+143=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 129 (50.78% from 255 or 47.25% from 273); Blue value is 143 (56.25% from 255 or 52.38% from 273); Max value from RGB is 143 - color contains mainly: blue. Hex color #01818F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01818F is #FE7E70. Grayscale: #5C5C5C. Windows color (decimal): -16678513 or 9404673. OLE color: 9404673.
HSL color Cylindrical-coordinate representation of color #01818F: hue angle of 185.92º 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 #01818F is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 129 | 143 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.44 |
| HSL | 185.92º | 0.99% | 0.28% | - |
| HSV(B) | 185.92º | 0.99% | 0.56% | - |
| XYZ | 12.82 | 17.69 | 28.73 | - |
| YUV | 92.32 | 156.59 | 62.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 129 | 143 | 0.99 | 0.10 | 0 | 0.44 | 185.92 | 0.99 | 0.28 |
| Hex | 1 | 81 | 8F | 63 | A | 0 | 2C | BA | 63 | 1C |
| Octal | 1 | 201 | 217 | 143 | 12 | 0 | 54 | 272 | 143 | 34 |
| Binary | 1 | 10000001 | 10001111 | 1100011 | 1010 | 0 | 101100 | 10111010 | 1100011 | 11100 |
Color Harmonies of #01818F
Complementary color
Monochromatic Colors of #01818F
Black with #01818F
Text Example
Text Example
White with #01818F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01818F; }
p { color: rgb(1,129,143); }
H1.HeaderClassName
{
color: #01818F;
}
.AnyTagClassName
{
color: #01818F;
}
</style>
background-color css
<style>
a { background-color: #01818F; }
a { background-color: rgb(1,129,143); }
div.DivClassName
{
background-color: #01818F;
}
.BgClassName
{
background-color: #01818F;
}
</style>
border-color css
<style>
span { border-color: #01818F; }
span { border-color: rgb(1,129,143); }
td.TdClassName
{
border-color: #01818F;
}
.TagClassName
{
border-color: #01818F;
}
</style>