Shades of Teal #127C87
Tints of Teal #127C87
RGB
CMYK
RGB Variations
Color information
#127C87 (or 0x127C87) is known color: Teal. HEX triplet: 12, 7C and 87. RGB value is (18,124,135). Sum of RGB (Red+Green+Blue) = 18+124+135=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 124 (48.83% from 255 or 44.77% from 277); Blue value is 135 (53.12% from 255 or 48.74% from 277); Max value from RGB is 135 - color contains mainly: blue. Hex color #127C87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127C87 is #ED8378. Grayscale: #5D5D5D. Windows color (decimal): -15565689 or 8879122. OLE color: 8879122.
HSL color Cylindrical-coordinate representation of color #127C87: hue angle of 185.64º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #127C87 is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 124 | 135 | - |
| CMYK | 0.87 | 0.08 | 0 | 0.47 |
| HSL | 185.64º | 0.76% | 0.3% | - |
| HSV(B) | 185.64º | 0.87% | 0.53% | - |
| XYZ | 11.83 | 16.29 | 25.44 | - |
| YUV | 93.56 | 151.38 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 135 | 0.87 | 0.08 | 0 | 0.47 | 185.64 | 0.76 | 0.3 |
| Hex | 12 | 7C | 87 | 57 | 8 | 0 | 2F | BA | 4C | 1E |
| Octal | 22 | 174 | 207 | 127 | 10 | 0 | 57 | 272 | 114 | 36 |
| Binary | 10010 | 1111100 | 10000111 | 1010111 | 1000 | 0 | 101111 | 10111010 | 1001100 | 11110 |
Color Harmonies of #127C87
Complementary color
Monochromatic Colors of #127C87
Black with #127C87
Text Example
Text Example
White with #127C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127C87; }
p { color: rgb(18,124,135); }
H1.HeaderClassName
{
color: #127C87;
}
.AnyTagClassName
{
color: #127C87;
}
</style>
background-color css
<style>
a { background-color: #127C87; }
a { background-color: rgb(18,124,135); }
div.DivClassName
{
background-color: #127C87;
}
.BgClassName
{
background-color: #127C87;
}
</style>
border-color css
<style>
span { border-color: #127C87; }
span { border-color: rgb(18,124,135); }
td.TdClassName
{
border-color: #127C87;
}
.TagClassName
{
border-color: #127C87;
}
</style>