Shades of Dark Cyan #018190
Tints of Dark Cyan #018190
RGB
CMYK
RGB Variations
Color information
#018190 (or 0x018190) is known color: Dark Cyan. HEX triplet: 01, 81 and 90. RGB value is (1,129,144). Sum of RGB (Red+Green+Blue) = 1+129+144=274 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 274); Green value is 129 (50.78% from 255 or 47.08% from 274); Blue value is 144 (56.64% from 255 or 52.55% from 274); Max value from RGB is 144 - color contains mainly: blue. Hex color #018190 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018190 is #FE7E6F. Grayscale: #5C5C5C. Windows color (decimal): -16678512 or 9470209. OLE color: 9470209.
HSL color Cylindrical-coordinate representation of color #018190: hue angle of 186.29º 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 #018190 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 129 | 144 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.44 |
| HSL | 186.29º | 0.99% | 0.28% | - |
| HSV(B) | 186.29º | 0.99% | 0.56% | - |
| XYZ | 12.9 | 17.72 | 29.13 | - |
| YUV | 92.44 | 157.09 | 62.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 129 | 144 | 0.99 | 0.10 | 0 | 0.44 | 186.29 | 0.99 | 0.28 |
| Hex | 1 | 81 | 90 | 63 | A | 0 | 2C | BA | 63 | 1C |
| Octal | 1 | 201 | 220 | 143 | 12 | 0 | 54 | 272 | 143 | 34 |
| Binary | 1 | 10000001 | 10010000 | 1100011 | 1010 | 0 | 101100 | 10111010 | 1100011 | 11100 |
Color Harmonies of #018190
Complementary color
Monochromatic Colors of #018190
Black with #018190
Text Example
Text Example
White with #018190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018190; }
p { color: rgb(1,129,144); }
H1.HeaderClassName
{
color: #018190;
}
.AnyTagClassName
{
color: #018190;
}
</style>
background-color css
<style>
a { background-color: #018190; }
a { background-color: rgb(1,129,144); }
div.DivClassName
{
background-color: #018190;
}
.BgClassName
{
background-color: #018190;
}
</style>
border-color css
<style>
span { border-color: #018190; }
span { border-color: rgb(1,129,144); }
td.TdClassName
{
border-color: #018190;
}
.TagClassName
{
border-color: #018190;
}
</style>