Shades of Dark Cyan #017F90
Tints of Dark Cyan #017F90
RGB
CMYK
RGB Variations
Color information
#017F90 (or 0x017F90) is known color: Dark Cyan. HEX triplet: 01, 7F and 90. RGB value is (1,127,144). Sum of RGB (Red+Green+Blue) = 1+127+144=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 127 (50% from 255 or 46.69% from 272); Blue value is 144 (56.64% from 255 or 52.94% from 272); Max value from RGB is 144 - color contains mainly: blue. Hex color #017F90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017F90 is #FE806F. Grayscale: #5B5B5B. Windows color (decimal): -16679024 or 9469697. OLE color: 9469697.
HSL color Cylindrical-coordinate representation of color #017F90: hue angle of 187.13º 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 #017F90 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 127 | 144 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.44 |
| HSL | 187.13º | 0.99% | 0.28% | - |
| HSV(B) | 187.13º | 0.99% | 0.56% | - |
| XYZ | 12.64 | 17.2 | 29.04 | - |
| YUV | 91.26 | 157.76 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 127 | 144 | 0.99 | 0.12 | 0 | 0.44 | 187.13 | 0.99 | 0.28 |
| Hex | 1 | 7F | 90 | 63 | C | 0 | 2C | BB | 63 | 1C |
| Octal | 1 | 177 | 220 | 143 | 14 | 0 | 54 | 273 | 143 | 34 |
| Binary | 1 | 1111111 | 10010000 | 1100011 | 1100 | 0 | 101100 | 10111011 | 1100011 | 11100 |
Color Harmonies of #017F90
Complementary color
Monochromatic Colors of #017F90
Black with #017F90
Text Example
Text Example
White with #017F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017F90; }
p { color: rgb(1,127,144); }
H1.HeaderClassName
{
color: #017F90;
}
.AnyTagClassName
{
color: #017F90;
}
</style>
background-color css
<style>
a { background-color: #017F90; }
a { background-color: rgb(1,127,144); }
div.DivClassName
{
background-color: #017F90;
}
.BgClassName
{
background-color: #017F90;
}
</style>
border-color css
<style>
span { border-color: #017F90; }
span { border-color: rgb(1,127,144); }
td.TdClassName
{
border-color: #017F90;
}
.TagClassName
{
border-color: #017F90;
}
</style>