Shades of Teal #127A81
Tints of Teal #127A81
RGB
CMYK
RGB Variations
Color information
#127A81 (or 0x127A81) is known color: Teal. HEX triplet: 12, 7A and 81. RGB value is (18,122,129). Sum of RGB (Red+Green+Blue) = 18+122+129=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 122 (48.05% from 255 or 45.35% from 269); Blue value is 129 (50.78% from 255 or 47.96% from 269); Max value from RGB is 129 - color contains mainly: blue. Hex color #127A81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127A81 is #ED857E. Grayscale: #5B5B5B. Windows color (decimal): -15566207 or 8485394. OLE color: 8485394.
HSL color Cylindrical-coordinate representation of color #127A81: hue angle of 183.78º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127A81 is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 122 | 129 | - |
| CMYK | 0.86 | 0.05 | 0 | 0.49 |
| HSL | 183.78º | 0.76% | 0.29% | - |
| HSV(B) | 183.78º | 0.86% | 0.51% | - |
| XYZ | 11.17 | 15.63 | 23.2 | - |
| YUV | 91.7 | 149.04 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 122 | 129 | 0.86 | 0.05 | 0 | 0.49 | 183.78 | 0.76 | 0.29 |
| Hex | 12 | 7A | 81 | 56 | 5 | 0 | 31 | B8 | 4C | 1D |
| Octal | 22 | 172 | 201 | 126 | 5 | 0 | 61 | 270 | 114 | 35 |
| Binary | 10010 | 1111010 | 10000001 | 1010110 | 101 | 0 | 110001 | 10111000 | 1001100 | 11101 |
Color Harmonies of #127A81
Complementary color
Monochromatic Colors of #127A81
Black with #127A81
Text Example
Text Example
White with #127A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127A81; }
p { color: rgb(18,122,129); }
H1.HeaderClassName
{
color: #127A81;
}
.AnyTagClassName
{
color: #127A81;
}
</style>
background-color css
<style>
a { background-color: #127A81; }
a { background-color: rgb(18,122,129); }
div.DivClassName
{
background-color: #127A81;
}
.BgClassName
{
background-color: #127A81;
}
</style>
border-color css
<style>
span { border-color: #127A81; }
span { border-color: rgb(18,122,129); }
td.TdClassName
{
border-color: #127A81;
}
.TagClassName
{
border-color: #127A81;
}
</style>