Shades of Dark Cyan #018590
Tints of Dark Cyan #018590
RGB
CMYK
RGB Variations
Color information
#018590 (or 0x018590) is known color: Dark Cyan. HEX triplet: 01, 85 and 90. RGB value is (1,133,144). Sum of RGB (Red+Green+Blue) = 1+133+144=278 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 278); Green value is 133 (52.34% from 255 or 47.84% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #018590 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018590 is #FE7A6F. Grayscale: #5E5E5E. Windows color (decimal): -16677488 or 9471233. OLE color: 9471233.
HSL color Cylindrical-coordinate representation of color #018590: hue angle of 184.62º 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 #018590 is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 133 | 144 | - |
| CMYK | 0.99 | 0.08 | 0 | 0.44 |
| HSL | 184.62º | 0.99% | 0.28% | - |
| HSV(B) | 184.62º | 0.99% | 0.56% | - |
| XYZ | 13.43 | 18.8 | 29.31 | - |
| YUV | 94.79 | 155.77 | 61.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 133 | 144 | 0.99 | 0.08 | 0 | 0.44 | 184.62 | 0.99 | 0.28 |
| Hex | 1 | 85 | 90 | 63 | 8 | 0 | 2C | B9 | 63 | 1C |
| Octal | 1 | 205 | 220 | 143 | 10 | 0 | 54 | 271 | 143 | 34 |
| Binary | 1 | 10000101 | 10010000 | 1100011 | 1000 | 0 | 101100 | 10111001 | 1100011 | 11100 |
Color Harmonies of #018590
Complementary color
Monochromatic Colors of #018590
Black with #018590
Text Example
Text Example
White with #018590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018590; }
p { color: rgb(1,133,144); }
H1.HeaderClassName
{
color: #018590;
}
.AnyTagClassName
{
color: #018590;
}
</style>
background-color css
<style>
a { background-color: #018590; }
a { background-color: rgb(1,133,144); }
div.DivClassName
{
background-color: #018590;
}
.BgClassName
{
background-color: #018590;
}
</style>
border-color css
<style>
span { border-color: #018590; }
span { border-color: rgb(1,133,144); }
td.TdClassName
{
border-color: #018590;
}
.TagClassName
{
border-color: #018590;
}
</style>