Shades of Dark Cyan #128A85
Tints of Dark Cyan #128A85
RGB
CMYK
RGB Variations
Color information
#128A85 (or 0x128A85) is known color: Dark Cyan. HEX triplet: 12, 8A and 85. RGB value is (18,138,133). Sum of RGB (Red+Green+Blue) = 18+138+133=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 138 (54.30% from 255 or 47.75% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 138 - color contains mainly: green. Hex color #128A85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128A85 is #ED757A. Grayscale: #656565. Windows color (decimal): -15562107 or 8751634. OLE color: 8751634.
HSL color Cylindrical-coordinate representation of color #128A85: hue angle of 177.5º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128A85 is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 18 | 138 | 133 | - |
| CMYK | 0.87 | 0 | 0.04 | 0.46 |
| HSL | 177.5º | 0.77% | 0.31% | - |
| HSV(B) | 177.5º | 0.87% | 0.54% | - |
| XYZ | 13.57 | 20 | 25.34 | - |
| YUV | 101.55 | 145.74 | 68.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 138 | 133 | 0.87 | 0 | 0.04 | 0.46 | 177.5 | 0.77 | 0.31 |
| Hex | 12 | 8A | 85 | 57 | 0 | 4 | 2E | B2 | 4D | 1F |
| Octal | 22 | 212 | 205 | 127 | 0 | 4 | 56 | 262 | 115 | 37 |
| Binary | 10010 | 10001010 | 10000101 | 1010111 | 0 | 100 | 101110 | 10110010 | 1001101 | 11111 |
Color Harmonies of #128A85
Complementary color
Monochromatic Colors of #128A85
Black with #128A85
Text Example
Text Example
White with #128A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128A85; }
p { color: rgb(18,138,133); }
H1.HeaderClassName
{
color: #128A85;
}
.AnyTagClassName
{
color: #128A85;
}
</style>
background-color css
<style>
a { background-color: #128A85; }
a { background-color: rgb(18,138,133); }
div.DivClassName
{
background-color: #128A85;
}
.BgClassName
{
background-color: #128A85;
}
</style>
border-color css
<style>
span { border-color: #128A85; }
span { border-color: rgb(18,138,133); }
td.TdClassName
{
border-color: #128A85;
}
.TagClassName
{
border-color: #128A85;
}
</style>