Shades of Teal #127F7E
Tints of Teal #127F7E
RGB
CMYK
RGB Variations
Color information
#127F7E (or 0x127F7E) is known color: Teal. HEX triplet: 12, 7F and 7E. RGB value is (18,127,126). Sum of RGB (Red+Green+Blue) = 18+127+126=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 127 (50% from 255 or 46.86% from 271); Blue value is 126 (49.61% from 255 or 46.49% from 271); Max value from RGB is 127 - color contains mainly: green. Hex color #127F7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127F7E is #ED8081. Grayscale: #5E5E5E. Windows color (decimal): -15564930 or 8290066. OLE color: 8290066.
HSL color Cylindrical-coordinate representation of color #127F7E: hue angle of 179.45º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127F7E is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 18 | 127 | 126 | - |
| CMYK | 0.86 | 0 | 0.01 | 0.50 |
| HSL | 179.45º | 0.75% | 0.28% | - |
| HSV(B) | 179.45º | 0.86% | 0.5% | - |
| XYZ | 11.6 | 16.81 | 22.37 | - |
| YUV | 94.3 | 145.89 | 73.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 127 | 126 | 0.86 | 0 | 0.01 | 0.50 | 179.45 | 0.75 | 0.28 |
| Hex | 12 | 7F | 7E | 56 | 0 | 1 | 32 | B3 | 4B | 1C |
| Octal | 22 | 177 | 176 | 126 | 0 | 1 | 62 | 263 | 113 | 34 |
| Binary | 10010 | 1111111 | 1111110 | 1010110 | 0 | 1 | 110010 | 10110011 | 1001011 | 11100 |
Color Harmonies of #127F7E
Complementary color
Monochromatic Colors of #127F7E
Black with #127F7E
Text Example
Text Example
White with #127F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127F7E; }
p { color: rgb(18,127,126); }
H1.HeaderClassName
{
color: #127F7E;
}
.AnyTagClassName
{
color: #127F7E;
}
</style>
background-color css
<style>
a { background-color: #127F7E; }
a { background-color: rgb(18,127,126); }
div.DivClassName
{
background-color: #127F7E;
}
.BgClassName
{
background-color: #127F7E;
}
</style>
border-color css
<style>
span { border-color: #127F7E; }
span { border-color: rgb(18,127,126); }
td.TdClassName
{
border-color: #127F7E;
}
.TagClassName
{
border-color: #127F7E;
}
</style>