Shades of Teal #127D89
Tints of Teal #127D89
RGB
CMYK
RGB Variations
Color information
#127D89 (or 0x127D89) is known color: Teal. HEX triplet: 12, 7D and 89. RGB value is (18,125,137). Sum of RGB (Red+Green+Blue) = 18+125+137=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 125 (49.22% from 255 or 44.64% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 137 - color contains mainly: blue. Hex color #127D89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127D89 is #ED8276. Grayscale: #5E5E5E. Windows color (decimal): -15565431 or 9010450. OLE color: 9010450.
HSL color Cylindrical-coordinate representation of color #127D89: hue angle of 186.05º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #127D89 is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 18 | 125 | 137 | - |
| CMYK | 0.87 | 0.09 | 0 | 0.46 |
| HSL | 186.05º | 0.77% | 0.3% | - |
| HSV(B) | 186.05º | 0.87% | 0.54% | - |
| XYZ | 12.1 | 16.6 | 26.23 | - |
| YUV | 94.38 | 152.05 | 73.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 125 | 137 | 0.87 | 0.09 | 0 | 0.46 | 186.05 | 0.77 | 0.3 |
| Hex | 12 | 7D | 89 | 57 | 9 | 0 | 2E | BA | 4D | 1E |
| Octal | 22 | 175 | 211 | 127 | 11 | 0 | 56 | 272 | 115 | 36 |
| Binary | 10010 | 1111101 | 10001001 | 1010111 | 1001 | 0 | 101110 | 10111010 | 1001101 | 11110 |
Color Harmonies of #127D89
Complementary color
Monochromatic Colors of #127D89
Black with #127D89
Text Example
Text Example
White with #127D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127D89; }
p { color: rgb(18,125,137); }
H1.HeaderClassName
{
color: #127D89;
}
.AnyTagClassName
{
color: #127D89;
}
</style>
background-color css
<style>
a { background-color: #127D89; }
a { background-color: rgb(18,125,137); }
div.DivClassName
{
background-color: #127D89;
}
.BgClassName
{
background-color: #127D89;
}
</style>
border-color css
<style>
span { border-color: #127D89; }
span { border-color: rgb(18,125,137); }
td.TdClassName
{
border-color: #127D89;
}
.TagClassName
{
border-color: #127D89;
}
</style>