Shades of Teal #127E8B
Tints of Teal #127E8B
RGB
CMYK
RGB Variations
Color information
#127E8B (or 0x127E8B) is known color: Teal. HEX triplet: 12, 7E and 8B. RGB value is (18,126,139). Sum of RGB (Red+Green+Blue) = 18+126+139=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 126 (49.61% from 255 or 44.52% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #127E8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127E8B is #ED8174. Grayscale: #5F5F5F. Windows color (decimal): -15565173 or 9141778. OLE color: 9141778.
HSL color Cylindrical-coordinate representation of color #127E8B: hue angle of 186.45º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #127E8B is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 126 | 139 | - |
| CMYK | 0.87 | 0.09 | 0 | 0.45 |
| HSL | 186.45º | 0.77% | 0.31% | - |
| HSV(B) | 186.45º | 0.87% | 0.55% | - |
| XYZ | 12.37 | 16.91 | 27.04 | - |
| YUV | 95.19 | 152.72 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 126 | 139 | 0.87 | 0.09 | 0 | 0.45 | 186.45 | 0.77 | 0.31 |
| Hex | 12 | 7E | 8B | 57 | 9 | 0 | 2D | BA | 4D | 1F |
| Octal | 22 | 176 | 213 | 127 | 11 | 0 | 55 | 272 | 115 | 37 |
| Binary | 10010 | 1111110 | 10001011 | 1010111 | 1001 | 0 | 101101 | 10111010 | 1001101 | 11111 |
Color Harmonies of #127E8B
Complementary color
Monochromatic Colors of #127E8B
Black with #127E8B
Text Example
Text Example
White with #127E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127E8B; }
p { color: rgb(18,126,139); }
H1.HeaderClassName
{
color: #127E8B;
}
.AnyTagClassName
{
color: #127E8B;
}
</style>
background-color css
<style>
a { background-color: #127E8B; }
a { background-color: rgb(18,126,139); }
div.DivClassName
{
background-color: #127E8B;
}
.BgClassName
{
background-color: #127E8B;
}
</style>
border-color css
<style>
span { border-color: #127E8B; }
span { border-color: rgb(18,126,139); }
td.TdClassName
{
border-color: #127E8B;
}
.TagClassName
{
border-color: #127E8B;
}
</style>