Shades of Dark Cyan #128290
Tints of Dark Cyan #128290
RGB
CMYK
RGB Variations
Color information
#128290 (or 0x128290) is known color: Dark Cyan. HEX triplet: 12, 82 and 90. RGB value is (18,130,144). Sum of RGB (Red+Green+Blue) = 18+130+144=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 144 (56.64% from 255 or 49.32% from 292); Max value from RGB is 144 - color contains mainly: blue. Hex color #128290 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128290 is #ED7D6F. Grayscale: #616161. Windows color (decimal): -15564144 or 9470482. OLE color: 9470482.
HSL color Cylindrical-coordinate representation of color #128290: hue angle of 186.67º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #128290 is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 130 | 144 | - |
| CMYK | 0.88 | 0.10 | 0 | 0.44 |
| HSL | 186.67º | 0.78% | 0.32% | - |
| HSV(B) | 186.67º | 0.88% | 0.56% | - |
| XYZ | 13.27 | 18.11 | 29.18 | - |
| YUV | 98.11 | 153.89 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 130 | 144 | 0.88 | 0.10 | 0 | 0.44 | 186.67 | 0.78 | 0.32 |
| Hex | 12 | 82 | 90 | 58 | A | 0 | 2C | BB | 4E | 20 |
| Octal | 22 | 202 | 220 | 130 | 12 | 0 | 54 | 273 | 116 | 40 |
| Binary | 10010 | 10000010 | 10010000 | 1011000 | 1010 | 0 | 101100 | 10111011 | 1001110 | 100000 |
Color Harmonies of #128290
Complementary color
Monochromatic Colors of #128290
Black with #128290
Text Example
Text Example
White with #128290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128290; }
p { color: rgb(18,130,144); }
H1.HeaderClassName
{
color: #128290;
}
.AnyTagClassName
{
color: #128290;
}
</style>
background-color css
<style>
a { background-color: #128290; }
a { background-color: rgb(18,130,144); }
div.DivClassName
{
background-color: #128290;
}
.BgClassName
{
background-color: #128290;
}
</style>
border-color css
<style>
span { border-color: #128290; }
span { border-color: rgb(18,130,144); }
td.TdClassName
{
border-color: #128290;
}
.TagClassName
{
border-color: #128290;
}
</style>