Shades of Teal #127C81
Tints of Teal #127C81
RGB
CMYK
RGB Variations
Color information
#127C81 (or 0x127C81) is known color: Teal. HEX triplet: 12, 7C and 81. RGB value is (18,124,129). Sum of RGB (Red+Green+Blue) = 18+124+129=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 124 (48.83% from 255 or 45.76% from 271); Blue value is 129 (50.78% from 255 or 47.60% from 271); Max value from RGB is 129 - color contains mainly: blue. Hex color #127C81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127C81 is #ED837E. Grayscale: #5C5C5C. Windows color (decimal): -15565695 or 8485906. OLE color: 8485906.
HSL color Cylindrical-coordinate representation of color #127C81: hue angle of 182.7º 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 #127C81 is Cyan = 0.86, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 124 | 129 | - |
| CMYK | 0.86 | 0.04 | 0 | 0.49 |
| HSL | 182.7º | 0.76% | 0.29% | - |
| HSV(B) | 182.7º | 0.86% | 0.51% | - |
| XYZ | 11.42 | 16.13 | 23.28 | - |
| YUV | 92.88 | 148.38 | 74.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 129 | 0.86 | 0.04 | 0 | 0.49 | 182.7 | 0.76 | 0.29 |
| Hex | 12 | 7C | 81 | 56 | 4 | 0 | 31 | B7 | 4C | 1D |
| Octal | 22 | 174 | 201 | 126 | 4 | 0 | 61 | 267 | 114 | 35 |
| Binary | 10010 | 1111100 | 10000001 | 1010110 | 100 | 0 | 110001 | 10110111 | 1001100 | 11101 |
Color Harmonies of #127C81
Complementary color
Monochromatic Colors of #127C81
Black with #127C81
Text Example
Text Example
White with #127C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127C81; }
p { color: rgb(18,124,129); }
H1.HeaderClassName
{
color: #127C81;
}
.AnyTagClassName
{
color: #127C81;
}
</style>
background-color css
<style>
a { background-color: #127C81; }
a { background-color: rgb(18,124,129); }
div.DivClassName
{
background-color: #127C81;
}
.BgClassName
{
background-color: #127C81;
}
</style>
border-color css
<style>
span { border-color: #127C81; }
span { border-color: rgb(18,124,129); }
td.TdClassName
{
border-color: #127C81;
}
.TagClassName
{
border-color: #127C81;
}
</style>