Shades of Teal #127E82
Tints of Teal #127E82
RGB
CMYK
RGB Variations
Color information
#127E82 (or 0x127E82) is known color: Teal. HEX triplet: 12, 7E and 82. RGB value is (18,126,130). Sum of RGB (Red+Green+Blue) = 18+126+130=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 126 (49.61% from 255 or 45.99% from 274); Blue value is 130 (51.17% from 255 or 47.45% from 274); Max value from RGB is 130 - color contains mainly: blue. Hex color #127E82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127E82 is #ED817D. Grayscale: #5E5E5E. Windows color (decimal): -15565182 or 8551954. OLE color: 8551954.
HSL color Cylindrical-coordinate representation of color #127E82: hue angle of 182.14º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127E82 is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 126 | 130 | - |
| CMYK | 0.86 | 0.03 | 0 | 0.49 |
| HSL | 182.14º | 0.76% | 0.29% | - |
| HSV(B) | 182.14º | 0.86% | 0.51% | - |
| XYZ | 11.74 | 16.66 | 23.72 | - |
| YUV | 94.16 | 148.22 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 126 | 130 | 0.86 | 0.03 | 0 | 0.49 | 182.14 | 0.76 | 0.29 |
| Hex | 12 | 7E | 82 | 56 | 3 | 0 | 31 | B6 | 4C | 1D |
| Octal | 22 | 176 | 202 | 126 | 3 | 0 | 61 | 266 | 114 | 35 |
| Binary | 10010 | 1111110 | 10000010 | 1010110 | 11 | 0 | 110001 | 10110110 | 1001100 | 11101 |
Color Harmonies of #127E82
Complementary color
Monochromatic Colors of #127E82
Black with #127E82
Text Example
Text Example
White with #127E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127E82; }
p { color: rgb(18,126,130); }
H1.HeaderClassName
{
color: #127E82;
}
.AnyTagClassName
{
color: #127E82;
}
</style>
background-color css
<style>
a { background-color: #127E82; }
a { background-color: rgb(18,126,130); }
div.DivClassName
{
background-color: #127E82;
}
.BgClassName
{
background-color: #127E82;
}
</style>
border-color css
<style>
span { border-color: #127E82; }
span { border-color: rgb(18,126,130); }
td.TdClassName
{
border-color: #127E82;
}
.TagClassName
{
border-color: #127E82;
}
</style>