Shades of Teal #127B89
Tints of Teal #127B89
RGB
CMYK
RGB Variations
Color information
#127B89 (or 0x127B89) is known color: Teal. HEX triplet: 12, 7B and 89. RGB value is (18,123,137). Sum of RGB (Red+Green+Blue) = 18+123+137=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 123 (48.44% from 255 or 44.24% from 278); Blue value is 137 (53.91% from 255 or 49.28% from 278); Max value from RGB is 137 - color contains mainly: blue. Hex color #127B89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127B89 is #ED8476. Grayscale: #5D5D5D. Windows color (decimal): -15565943 or 9009938. OLE color: 9009938.
HSL color Cylindrical-coordinate representation of color #127B89: hue angle of 187.06º 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 #127B89 is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 18 | 123 | 137 | - |
| CMYK | 0.87 | 0.10 | 0 | 0.46 |
| HSL | 187.06º | 0.77% | 0.3% | - |
| HSV(B) | 187.06º | 0.87% | 0.54% | - |
| XYZ | 11.85 | 16.1 | 26.15 | - |
| YUV | 93.2 | 152.71 | 74.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 123 | 137 | 0.87 | 0.10 | 0 | 0.46 | 187.06 | 0.77 | 0.3 |
| Hex | 12 | 7B | 89 | 57 | A | 0 | 2E | BB | 4D | 1E |
| Octal | 22 | 173 | 211 | 127 | 12 | 0 | 56 | 273 | 115 | 36 |
| Binary | 10010 | 1111011 | 10001001 | 1010111 | 1010 | 0 | 101110 | 10111011 | 1001101 | 11110 |
Color Harmonies of #127B89
Complementary color
Monochromatic Colors of #127B89
Black with #127B89
Text Example
Text Example
White with #127B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127B89; }
p { color: rgb(18,123,137); }
H1.HeaderClassName
{
color: #127B89;
}
.AnyTagClassName
{
color: #127B89;
}
</style>
background-color css
<style>
a { background-color: #127B89; }
a { background-color: rgb(18,123,137); }
div.DivClassName
{
background-color: #127B89;
}
.BgClassName
{
background-color: #127B89;
}
</style>
border-color css
<style>
span { border-color: #127B89; }
span { border-color: rgb(18,123,137); }
td.TdClassName
{
border-color: #127B89;
}
.TagClassName
{
border-color: #127B89;
}
</style>