Shades of Teal #127C8C
Tints of Teal #127C8C
RGB
CMYK
RGB Variations
Color information
#127C8C (or 0x127C8C) is known color: Teal. HEX triplet: 12, 7C and 8C. RGB value is (18,124,140). Sum of RGB (Red+Green+Blue) = 18+124+140=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 124 (48.83% from 255 or 43.97% from 282); Blue value is 140 (55.08% from 255 or 49.65% from 282); Max value from RGB is 140 - color contains mainly: blue. Hex color #127C8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127C8C is #ED8373. Grayscale: #5D5D5D. Windows color (decimal): -15565684 or 9206802. OLE color: 9206802.
HSL color Cylindrical-coordinate representation of color #127C8C: hue angle of 187.87º 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 #127C8C is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 124 | 140 | - |
| CMYK | 0.87 | 0.11 | 0 | 0.45 |
| HSL | 187.87º | 0.77% | 0.31% | - |
| HSV(B) | 187.87º | 0.87% | 0.55% | - |
| XYZ | 12.19 | 16.44 | 27.34 | - |
| YUV | 94.13 | 153.88 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 140 | 0.87 | 0.11 | 0 | 0.45 | 187.87 | 0.77 | 0.31 |
| Hex | 12 | 7C | 8C | 57 | B | 0 | 2D | BC | 4D | 1F |
| Octal | 22 | 174 | 214 | 127 | 13 | 0 | 55 | 274 | 115 | 37 |
| Binary | 10010 | 1111100 | 10001100 | 1010111 | 1011 | 0 | 101101 | 10111100 | 1001101 | 11111 |
Color Harmonies of #127C8C
Complementary color
Monochromatic Colors of #127C8C
Black with #127C8C
Text Example
Text Example
White with #127C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127C8C; }
p { color: rgb(18,124,140); }
H1.HeaderClassName
{
color: #127C8C;
}
.AnyTagClassName
{
color: #127C8C;
}
</style>
background-color css
<style>
a { background-color: #127C8C; }
a { background-color: rgb(18,124,140); }
div.DivClassName
{
background-color: #127C8C;
}
.BgClassName
{
background-color: #127C8C;
}
</style>
border-color css
<style>
span { border-color: #127C8C; }
span { border-color: rgb(18,124,140); }
td.TdClassName
{
border-color: #127C8C;
}
.TagClassName
{
border-color: #127C8C;
}
</style>