Shades of Teal #127E7D
Tints of Teal #127E7D
RGB
CMYK
RGB Variations
Color information
#127E7D (or 0x127E7D) is known color: Teal. HEX triplet: 12, 7E and 7D. RGB value is (18,126,125). Sum of RGB (Red+Green+Blue) = 18+126+125=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 126 (49.61% from 255 or 46.84% from 269); Blue value is 125 (49.22% from 255 or 46.47% from 269); Max value from RGB is 126 - color contains mainly: green. Hex color #127E7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127E7D is #ED8182. Grayscale: #5D5D5D. Windows color (decimal): -15565187 or 8224274. OLE color: 8224274.
HSL color Cylindrical-coordinate representation of color #127E7D: hue angle of 179.44º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127E7D is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 126 | 125 | - |
| CMYK | 0.86 | 0 | 0.01 | 0.51 |
| HSL | 179.44º | 0.75% | 0.28% | - |
| HSV(B) | 179.44º | 0.86% | 0.49% | - |
| XYZ | 11.41 | 16.53 | 21.99 | - |
| YUV | 93.59 | 145.72 | 74.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 126 | 125 | 0.86 | 0 | 0.01 | 0.51 | 179.44 | 0.75 | 0.28 |
| Hex | 12 | 7E | 7D | 56 | 0 | 1 | 33 | B3 | 4B | 1C |
| Octal | 22 | 176 | 175 | 126 | 0 | 1 | 63 | 263 | 113 | 34 |
| Binary | 10010 | 1111110 | 1111101 | 1010110 | 0 | 1 | 110011 | 10110011 | 1001011 | 11100 |
Color Harmonies of #127E7D
Complementary color
Monochromatic Colors of #127E7D
Black with #127E7D
Text Example
Text Example
White with #127E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127E7D; }
p { color: rgb(18,126,125); }
H1.HeaderClassName
{
color: #127E7D;
}
.AnyTagClassName
{
color: #127E7D;
}
</style>
background-color css
<style>
a { background-color: #127E7D; }
a { background-color: rgb(18,126,125); }
div.DivClassName
{
background-color: #127E7D;
}
.BgClassName
{
background-color: #127E7D;
}
</style>
border-color css
<style>
span { border-color: #127E7D; }
span { border-color: rgb(18,126,125); }
td.TdClassName
{
border-color: #127E7D;
}
.TagClassName
{
border-color: #127E7D;
}
</style>