Shades of Dark Cyan #018290
Tints of Dark Cyan #018290
RGB
CMYK
RGB Variations
Color information
#018290 (or 0x018290) is known color: Dark Cyan. HEX triplet: 01, 82 and 90. RGB value is (1,130,144). Sum of RGB (Red+Green+Blue) = 1+130+144=275 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 144 (56.64% from 255 or 52.36% from 275); Max value from RGB is 144 - color contains mainly: blue. Hex color #018290 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018290 is #FE7D6F. Grayscale: #5C5C5C. Windows color (decimal): -16678256 or 9470465. OLE color: 9470465.
HSL color Cylindrical-coordinate representation of color #018290: hue angle of 185.87º 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 #018290 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 130 | 144 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.44 |
| HSL | 185.87º | 0.99% | 0.28% | - |
| HSV(B) | 185.87º | 0.99% | 0.56% | - |
| XYZ | 13.03 | 17.99 | 29.17 | - |
| YUV | 93.03 | 156.76 | 62.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 130 | 144 | 0.99 | 0.10 | 0 | 0.44 | 185.87 | 0.99 | 0.28 |
| Hex | 1 | 82 | 90 | 63 | A | 0 | 2C | BA | 63 | 1C |
| Octal | 1 | 202 | 220 | 143 | 12 | 0 | 54 | 272 | 143 | 34 |
| Binary | 1 | 10000010 | 10010000 | 1100011 | 1010 | 0 | 101100 | 10111010 | 1100011 | 11100 |
Color Harmonies of #018290
Complementary color
Monochromatic Colors of #018290
Black with #018290
Text Example
Text Example
White with #018290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018290; }
p { color: rgb(1,130,144); }
H1.HeaderClassName
{
color: #018290;
}
.AnyTagClassName
{
color: #018290;
}
</style>
background-color css
<style>
a { background-color: #018290; }
a { background-color: rgb(1,130,144); }
div.DivClassName
{
background-color: #018290;
}
.BgClassName
{
background-color: #018290;
}
</style>
border-color css
<style>
span { border-color: #018290; }
span { border-color: rgb(1,130,144); }
td.TdClassName
{
border-color: #018290;
}
.TagClassName
{
border-color: #018290;
}
</style>