Shades of Dark Cyan #128F7F
Tints of Dark Cyan #128F7F
RGB
CMYK
RGB Variations
Color information
#128F7F (or 0x128F7F) is known color: Dark Cyan. HEX triplet: 12, 8F and 7F. RGB value is (18,143,127). Sum of RGB (Red+Green+Blue) = 18+143+127=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 143 (56.25% from 255 or 49.65% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 143 - color contains mainly: green. Hex color #128F7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128F7F is #ED7080. Grayscale: #676767. Windows color (decimal): -15560833 or 8359698. OLE color: 8359698.
HSL color Cylindrical-coordinate representation of color #128F7F: hue angle of 172.32º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128F7F is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 143 | 127 | - |
| CMYK | 0.87 | 0 | 0.11 | 0.44 |
| HSL | 172.32º | 0.78% | 0.32% | - |
| HSV(B) | 172.32º | 0.87% | 0.56% | - |
| XYZ | 13.9 | 21.31 | 23.46 | - |
| YUV | 103.8 | 141.09 | 66.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 143 | 127 | 0.87 | 0 | 0.11 | 0.44 | 172.32 | 0.78 | 0.32 |
| Hex | 12 | 8F | 7F | 57 | 0 | B | 2C | AC | 4E | 20 |
| Octal | 22 | 217 | 177 | 127 | 0 | 13 | 54 | 254 | 116 | 40 |
| Binary | 10010 | 10001111 | 1111111 | 1010111 | 0 | 1011 | 101100 | 10101100 | 1001110 | 100000 |
Color Harmonies of #128F7F
Complementary color
Monochromatic Colors of #128F7F
Black with #128F7F
Text Example
Text Example
White with #128F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128F7F; }
p { color: rgb(18,143,127); }
H1.HeaderClassName
{
color: #128F7F;
}
.AnyTagClassName
{
color: #128F7F;
}
</style>
background-color css
<style>
a { background-color: #128F7F; }
a { background-color: rgb(18,143,127); }
div.DivClassName
{
background-color: #128F7F;
}
.BgClassName
{
background-color: #128F7F;
}
</style>
border-color css
<style>
span { border-color: #128F7F; }
span { border-color: rgb(18,143,127); }
td.TdClassName
{
border-color: #128F7F;
}
.TagClassName
{
border-color: #128F7F;
}
</style>