Shades of Teal #127E7E
Tints of Teal #127E7E
RGB
CMYK
RGB Variations
Color information
#127E7E (or 0x127E7E) is known color: Teal. HEX triplet: 12, 7E and 7E. RGB value is (18,126,126). Sum of RGB (Red+Green+Blue) = 18+126+126=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 126 (49.61% from 255 or 46.67% from 270); Blue value is 126 (49.61% from 255 or 46.67% from 270); Max value from RGB is 126 - color contains mainly: green, blue. Hex color #127E7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127E7E is #ED8181. Grayscale: #5D5D5D. Windows color (decimal): -15565186 or 8289810. OLE color: 8289810.
HSL color Cylindrical-coordinate representation of color #127E7E: hue angle of 180º 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 #127E7E is Cyan = 0.86, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 126 | 126 | - |
| CMYK | 0.86 | 0 | 0 | 0.51 |
| HSL | 180º | 0.75% | 0.28% | - |
| HSV(B) | 180º | 0.86% | 0.49% | - |
| XYZ | 11.48 | 16.56 | 22.33 | - |
| YUV | 93.71 | 146.22 | 74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 126 | 126 | 0.86 | 0 | 0 | 0.51 | 180 | 0.75 | 0.28 |
| Hex | 12 | 7E | 7E | 56 | 0 | 0 | 33 | B4 | 4B | 1C |
| Octal | 22 | 176 | 176 | 126 | 0 | 0 | 63 | 264 | 113 | 34 |
| Binary | 10010 | 1111110 | 1111110 | 1010110 | 0 | 0 | 110011 | 10110100 | 1001011 | 11100 |
Color Harmonies of #127E7E
Complementary color
Monochromatic Colors of #127E7E
Black with #127E7E
Text Example
Text Example
White with #127E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127E7E; }
p { color: rgb(18,126,126); }
H1.HeaderClassName
{
color: #127E7E;
}
.AnyTagClassName
{
color: #127E7E;
}
</style>
background-color css
<style>
a { background-color: #127E7E; }
a { background-color: rgb(18,126,126); }
div.DivClassName
{
background-color: #127E7E;
}
.BgClassName
{
background-color: #127E7E;
}
</style>
border-color css
<style>
span { border-color: #127E7E; }
span { border-color: rgb(18,126,126); }
td.TdClassName
{
border-color: #127E7E;
}
.TagClassName
{
border-color: #127E7E;
}
</style>