Shades of Dark Cyan #128A90
Tints of Dark Cyan #128A90
RGB
CMYK
RGB Variations
Color information
#128A90 (or 0x128A90) is known color: Dark Cyan. HEX triplet: 12, 8A and 90. RGB value is (18,138,144). Sum of RGB (Red+Green+Blue) = 18+138+144=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 138 (54.30% from 255 or 46% from 300); Blue value is 144 (56.64% from 255 or 48% from 300); Max value from RGB is 144 - color contains mainly: blue. Hex color #128A90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128A90 is #ED756F. Grayscale: #666666. Windows color (decimal): -15562096 or 9472530. OLE color: 9472530.
HSL color Cylindrical-coordinate representation of color #128A90: hue angle of 182.86º 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 #128A90 is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 138 | 144 | - |
| CMYK | 0.88 | 0.04 | 0 | 0.44 |
| HSL | 182.86º | 0.78% | 0.32% | - |
| HSV(B) | 182.86º | 0.88% | 0.56% | - |
| XYZ | 14.37 | 20.32 | 29.55 | - |
| YUV | 102.8 | 151.24 | 67.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 138 | 144 | 0.88 | 0.04 | 0 | 0.44 | 182.86 | 0.78 | 0.32 |
| Hex | 12 | 8A | 90 | 58 | 4 | 0 | 2C | B7 | 4E | 20 |
| Octal | 22 | 212 | 220 | 130 | 4 | 0 | 54 | 267 | 116 | 40 |
| Binary | 10010 | 10001010 | 10010000 | 1011000 | 100 | 0 | 101100 | 10110111 | 1001110 | 100000 |
Color Harmonies of #128A90
Complementary color
Monochromatic Colors of #128A90
Black with #128A90
Text Example
Text Example
White with #128A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128A90; }
p { color: rgb(18,138,144); }
H1.HeaderClassName
{
color: #128A90;
}
.AnyTagClassName
{
color: #128A90;
}
</style>
background-color css
<style>
a { background-color: #128A90; }
a { background-color: rgb(18,138,144); }
div.DivClassName
{
background-color: #128A90;
}
.BgClassName
{
background-color: #128A90;
}
</style>
border-color css
<style>
span { border-color: #128A90; }
span { border-color: rgb(18,138,144); }
td.TdClassName
{
border-color: #128A90;
}
.TagClassName
{
border-color: #128A90;
}
</style>