Shades of Teal #127B7D
Tints of Teal #127B7D
RGB
CMYK
RGB Variations
Color information
#127B7D (or 0x127B7D) is known color: Teal. HEX triplet: 12, 7B and 7D. RGB value is (18,123,125). Sum of RGB (Red+Green+Blue) = 18+123+125=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 123 (48.44% from 255 or 46.24% from 266); Blue value is 125 (49.22% from 255 or 46.99% from 266); Max value from RGB is 125 - color contains mainly: blue. Hex color #127B7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127B7D is #ED8482. Grayscale: #5B5B5B. Windows color (decimal): -15565955 or 8223506. OLE color: 8223506.
HSL color Cylindrical-coordinate representation of color #127B7D: hue angle of 181.12º 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 #127B7D is Cyan = 0.86, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 123 | 125 | - |
| CMYK | 0.86 | 0.02 | 0 | 0.51 |
| HSL | 181.12º | 0.75% | 0.28% | - |
| HSV(B) | 181.12º | 0.86% | 0.49% | - |
| XYZ | 11.03 | 15.78 | 21.87 | - |
| YUV | 91.83 | 146.71 | 75.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 123 | 125 | 0.86 | 0.02 | 0 | 0.51 | 181.12 | 0.75 | 0.28 |
| Hex | 12 | 7B | 7D | 56 | 2 | 0 | 33 | B5 | 4B | 1C |
| Octal | 22 | 173 | 175 | 126 | 2 | 0 | 63 | 265 | 113 | 34 |
| Binary | 10010 | 1111011 | 1111101 | 1010110 | 10 | 0 | 110011 | 10110101 | 1001011 | 11100 |
Color Harmonies of #127B7D
Complementary color
Monochromatic Colors of #127B7D
Black with #127B7D
Text Example
Text Example
White with #127B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127B7D; }
p { color: rgb(18,123,125); }
H1.HeaderClassName
{
color: #127B7D;
}
.AnyTagClassName
{
color: #127B7D;
}
</style>
background-color css
<style>
a { background-color: #127B7D; }
a { background-color: rgb(18,123,125); }
div.DivClassName
{
background-color: #127B7D;
}
.BgClassName
{
background-color: #127B7D;
}
</style>
border-color css
<style>
span { border-color: #127B7D; }
span { border-color: rgb(18,123,125); }
td.TdClassName
{
border-color: #127B7D;
}
.TagClassName
{
border-color: #127B7D;
}
</style>