Shades of Teal #127F80
Tints of Teal #127F80
RGB
CMYK
RGB Variations
Color information
#127F80 (or 0x127F80) is known color: Teal. HEX triplet: 12, 7F and 80. RGB value is (18,127,128). Sum of RGB (Red+Green+Blue) = 18+127+128=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 127 (50% from 255 or 46.52% from 273); Blue value is 128 (50.39% from 255 or 46.89% from 273); Max value from RGB is 128 - color contains mainly: blue. Hex color #127F80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127F80 is #ED807F. Grayscale: #5E5E5E. Windows color (decimal): -15564928 or 8421138. OLE color: 8421138.
HSL color Cylindrical-coordinate representation of color #127F80: hue angle of 180.55º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127F80 is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 18 | 127 | 128 | - |
| CMYK | 0.86 | 0.01 | 0 | 0.50 |
| HSL | 180.55º | 0.75% | 0.29% | - |
| HSV(B) | 180.55º | 0.86% | 0.5% | - |
| XYZ | 11.74 | 16.87 | 23.06 | - |
| YUV | 94.52 | 146.89 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 127 | 128 | 0.86 | 0.01 | 0 | 0.50 | 180.55 | 0.75 | 0.29 |
| Hex | 12 | 7F | 80 | 56 | 1 | 0 | 32 | B5 | 4B | 1D |
| Octal | 22 | 177 | 200 | 126 | 1 | 0 | 62 | 265 | 113 | 35 |
| Binary | 10010 | 1111111 | 10000000 | 1010110 | 1 | 0 | 110010 | 10110101 | 1001011 | 11101 |
Color Harmonies of #127F80
Complementary color
Monochromatic Colors of #127F80
Black with #127F80
Text Example
Text Example
White with #127F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127F80; }
p { color: rgb(18,127,128); }
H1.HeaderClassName
{
color: #127F80;
}
.AnyTagClassName
{
color: #127F80;
}
</style>
background-color css
<style>
a { background-color: #127F80; }
a { background-color: rgb(18,127,128); }
div.DivClassName
{
background-color: #127F80;
}
.BgClassName
{
background-color: #127F80;
}
</style>
border-color css
<style>
span { border-color: #127F80; }
span { border-color: rgb(18,127,128); }
td.TdClassName
{
border-color: #127F80;
}
.TagClassName
{
border-color: #127F80;
}
</style>