Shades of Teal #127C7D
Tints of Teal #127C7D
RGB
CMYK
RGB Variations
Color information
#127C7D (or 0x127C7D) is known color: Teal. HEX triplet: 12, 7C and 7D. RGB value is (18,124,125). Sum of RGB (Red+Green+Blue) = 18+124+125=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 124 (48.83% from 255 or 46.44% from 267); Blue value is 125 (49.22% from 255 or 46.82% from 267); Max value from RGB is 125 - color contains mainly: blue. Hex color #127C7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127C7D is #ED8382. Grayscale: #5C5C5C. Windows color (decimal): -15565699 or 8223762. OLE color: 8223762.
HSL color Cylindrical-coordinate representation of color #127C7D: hue angle of 180.56º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127C7D is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 124 | 125 | - |
| CMYK | 0.86 | 0.01 | 0 | 0.51 |
| HSL | 180.56º | 0.75% | 0.28% | - |
| HSV(B) | 180.56º | 0.86% | 0.49% | - |
| XYZ | 11.16 | 16.02 | 21.91 | - |
| YUV | 92.42 | 146.38 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 125 | 0.86 | 0.01 | 0 | 0.51 | 180.56 | 0.75 | 0.28 |
| Hex | 12 | 7C | 7D | 56 | 1 | 0 | 33 | B5 | 4B | 1C |
| Octal | 22 | 174 | 175 | 126 | 1 | 0 | 63 | 265 | 113 | 34 |
| Binary | 10010 | 1111100 | 1111101 | 1010110 | 1 | 0 | 110011 | 10110101 | 1001011 | 11100 |
Color Harmonies of #127C7D
Complementary color
Monochromatic Colors of #127C7D
Black with #127C7D
Text Example
Text Example
White with #127C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127C7D; }
p { color: rgb(18,124,125); }
H1.HeaderClassName
{
color: #127C7D;
}
.AnyTagClassName
{
color: #127C7D;
}
</style>
background-color css
<style>
a { background-color: #127C7D; }
a { background-color: rgb(18,124,125); }
div.DivClassName
{
background-color: #127C7D;
}
.BgClassName
{
background-color: #127C7D;
}
</style>
border-color css
<style>
span { border-color: #127C7D; }
span { border-color: rgb(18,124,125); }
td.TdClassName
{
border-color: #127C7D;
}
.TagClassName
{
border-color: #127C7D;
}
</style>