Shades of Teal #127A80
Tints of Teal #127A80
RGB
CMYK
RGB Variations
Color information
#127A80 (or 0x127A80) is known color: Teal. HEX triplet: 12, 7A and 80. RGB value is (18,122,128). Sum of RGB (Red+Green+Blue) = 18+122+128=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 122 (48.05% from 255 or 45.52% from 268); Blue value is 128 (50.39% from 255 or 47.76% from 268); Max value from RGB is 128 - color contains mainly: blue. Hex color #127A80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127A80 is #ED857F. Grayscale: #5B5B5B. Windows color (decimal): -15566208 or 8419858. OLE color: 8419858.
HSL color Cylindrical-coordinate representation of color #127A80: hue angle of 183.27º 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 #127A80 is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 18 | 122 | 128 | - |
| CMYK | 0.86 | 0.05 | 0 | 0.50 |
| HSL | 183.27º | 0.75% | 0.29% | - |
| HSV(B) | 183.27º | 0.86% | 0.5% | - |
| XYZ | 11.11 | 15.61 | 22.85 | - |
| YUV | 91.59 | 148.54 | 75.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 122 | 128 | 0.86 | 0.05 | 0 | 0.50 | 183.27 | 0.75 | 0.29 |
| Hex | 12 | 7A | 80 | 56 | 5 | 0 | 32 | B7 | 4B | 1D |
| Octal | 22 | 172 | 200 | 126 | 5 | 0 | 62 | 267 | 113 | 35 |
| Binary | 10010 | 1111010 | 10000000 | 1010110 | 101 | 0 | 110010 | 10110111 | 1001011 | 11101 |
Color Harmonies of #127A80
Complementary color
Monochromatic Colors of #127A80
Black with #127A80
Text Example
Text Example
White with #127A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127A80; }
p { color: rgb(18,122,128); }
H1.HeaderClassName
{
color: #127A80;
}
.AnyTagClassName
{
color: #127A80;
}
</style>
background-color css
<style>
a { background-color: #127A80; }
a { background-color: rgb(18,122,128); }
div.DivClassName
{
background-color: #127A80;
}
.BgClassName
{
background-color: #127A80;
}
</style>
border-color css
<style>
span { border-color: #127A80; }
span { border-color: rgb(18,122,128); }
td.TdClassName
{
border-color: #127A80;
}
.TagClassName
{
border-color: #127A80;
}
</style>