Shades of Dark Cyan #128492
Tints of Dark Cyan #128492
RGB
CMYK
RGB Variations
Color information
#128492 (or 0x128492) is known color: Dark Cyan. HEX triplet: 12, 84 and 92. RGB value is (18,132,146). Sum of RGB (Red+Green+Blue) = 18+132+146=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 132 (51.95% from 255 or 44.59% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #128492 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128492 is #ED7B6D. Grayscale: #636363. Windows color (decimal): -15563630 or 9602066. OLE color: 9602066.
HSL color Cylindrical-coordinate representation of color #128492: hue angle of 186.56º 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 #128492 is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 132 | 146 | - |
| CMYK | 0.88 | 0.10 | 0 | 0.43 |
| HSL | 186.56º | 0.78% | 0.32% | - |
| HSV(B) | 186.56º | 0.88% | 0.57% | - |
| XYZ | 13.69 | 18.71 | 30.08 | - |
| YUV | 99.51 | 154.23 | 69.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 132 | 146 | 0.88 | 0.10 | 0 | 0.43 | 186.56 | 0.78 | 0.32 |
| Hex | 12 | 84 | 92 | 58 | A | 0 | 2B | BB | 4E | 20 |
| Octal | 22 | 204 | 222 | 130 | 12 | 0 | 53 | 273 | 116 | 40 |
| Binary | 10010 | 10000100 | 10010010 | 1011000 | 1010 | 0 | 101011 | 10111011 | 1001110 | 100000 |
Color Harmonies of #128492
Complementary color
Monochromatic Colors of #128492
Black with #128492
Text Example
Text Example
White with #128492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128492; }
p { color: rgb(18,132,146); }
H1.HeaderClassName
{
color: #128492;
}
.AnyTagClassName
{
color: #128492;
}
</style>
background-color css
<style>
a { background-color: #128492; }
a { background-color: rgb(18,132,146); }
div.DivClassName
{
background-color: #128492;
}
.BgClassName
{
background-color: #128492;
}
</style>
border-color css
<style>
span { border-color: #128492; }
span { border-color: rgb(18,132,146); }
td.TdClassName
{
border-color: #128492;
}
.TagClassName
{
border-color: #128492;
}
</style>