Shades of Dark Cyan #01808C
Tints of Dark Cyan #01808C
RGB
CMYK
RGB Variations
Color information
#01808C (or 0x01808C) is known color: Dark Cyan. HEX triplet: 01, 80 and 8C. RGB value is (1,128,140). Sum of RGB (Red+Green+Blue) = 1+128+140=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 128 (50.39% from 255 or 47.58% from 269); Blue value is 140 (55.08% from 255 or 52.04% from 269); Max value from RGB is 140 - color contains mainly: blue. Hex color #01808C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01808C is #FE7F73. Grayscale: #5B5B5B. Windows color (decimal): -16678772 or 9207809. OLE color: 9207809.
HSL color Cylindrical-coordinate representation of color #01808C: hue angle of 185.18º 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 #01808C is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 128 | 140 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.45 |
| HSL | 185.18º | 0.99% | 0.28% | - |
| HSV(B) | 185.18º | 0.99% | 0.55% | - |
| XYZ | 12.47 | 17.34 | 27.5 | - |
| YUV | 91.4 | 155.42 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 128 | 140 | 0.99 | 0.09 | 0 | 0.45 | 185.18 | 0.99 | 0.28 |
| Hex | 1 | 80 | 8C | 63 | 9 | 0 | 2D | B9 | 63 | 1C |
| Octal | 1 | 200 | 214 | 143 | 11 | 0 | 55 | 271 | 143 | 34 |
| Binary | 1 | 10000000 | 10001100 | 1100011 | 1001 | 0 | 101101 | 10111001 | 1100011 | 11100 |
Color Harmonies of #01808C
Complementary color
Monochromatic Colors of #01808C
Black with #01808C
Text Example
Text Example
White with #01808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01808C; }
p { color: rgb(1,128,140); }
H1.HeaderClassName
{
color: #01808C;
}
.AnyTagClassName
{
color: #01808C;
}
</style>
background-color css
<style>
a { background-color: #01808C; }
a { background-color: rgb(1,128,140); }
div.DivClassName
{
background-color: #01808C;
}
.BgClassName
{
background-color: #01808C;
}
</style>
border-color css
<style>
span { border-color: #01808C; }
span { border-color: rgb(1,128,140); }
td.TdClassName
{
border-color: #01808C;
}
.TagClassName
{
border-color: #01808C;
}
</style>