Shades of Dark Cyan #128491
Tints of Dark Cyan #128491
RGB
CMYK
RGB Variations
Color information
#128491 (or 0x128491) is known color: Dark Cyan. HEX triplet: 12, 84 and 91. RGB value is (18,132,145). Sum of RGB (Red+Green+Blue) = 18+132+145=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 145 - color contains mainly: blue. Hex color #128491 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128491 is #ED7B6E. Grayscale: #636363. Windows color (decimal): -15563631 or 9536530. OLE color: 9536530.
HSL color Cylindrical-coordinate representation of color #128491: hue angle of 186.14º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #128491 is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 132 | 145 | - |
| CMYK | 0.88 | 0.09 | 0 | 0.43 |
| HSL | 186.14º | 0.78% | 0.32% | - |
| HSV(B) | 186.14º | 0.88% | 0.57% | - |
| XYZ | 13.61 | 18.68 | 29.68 | - |
| YUV | 99.4 | 153.73 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 132 | 145 | 0.88 | 0.09 | 0 | 0.43 | 186.14 | 0.78 | 0.32 |
| Hex | 12 | 84 | 91 | 58 | 9 | 0 | 2B | BA | 4E | 20 |
| Octal | 22 | 204 | 221 | 130 | 11 | 0 | 53 | 272 | 116 | 40 |
| Binary | 10010 | 10000100 | 10010001 | 1011000 | 1001 | 0 | 101011 | 10111010 | 1001110 | 100000 |
Color Harmonies of #128491
Complementary color
Monochromatic Colors of #128491
Black with #128491
Text Example
Text Example
White with #128491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128491; }
p { color: rgb(18,132,145); }
H1.HeaderClassName
{
color: #128491;
}
.AnyTagClassName
{
color: #128491;
}
</style>
background-color css
<style>
a { background-color: #128491; }
a { background-color: rgb(18,132,145); }
div.DivClassName
{
background-color: #128491;
}
.BgClassName
{
background-color: #128491;
}
</style>
border-color css
<style>
span { border-color: #128491; }
span { border-color: rgb(18,132,145); }
td.TdClassName
{
border-color: #128491;
}
.TagClassName
{
border-color: #128491;
}
</style>