Shades of Teal #127F84
Tints of Teal #127F84
RGB
CMYK
RGB Variations
Color information
#127F84 (or 0x127F84) is known color: Teal. HEX triplet: 12, 7F and 84. RGB value is (18,127,132). Sum of RGB (Red+Green+Blue) = 18+127+132=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 127 (50% from 255 or 45.85% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 132 - color contains mainly: blue. Hex color #127F84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127F84 is #ED807B. Grayscale: #5E5E5E. Windows color (decimal): -15564924 or 8683282. OLE color: 8683282.
HSL color Cylindrical-coordinate representation of color #127F84: hue angle of 182.63º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127F84 is Cyan = 0.86, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 127 | 132 | - |
| CMYK | 0.86 | 0.04 | 0 | 0.48 |
| HSL | 182.63º | 0.76% | 0.29% | - |
| HSV(B) | 182.63º | 0.86% | 0.52% | - |
| XYZ | 12 | 16.97 | 24.47 | - |
| YUV | 94.98 | 148.89 | 73.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 127 | 132 | 0.86 | 0.04 | 0 | 0.48 | 182.63 | 0.76 | 0.29 |
| Hex | 12 | 7F | 84 | 56 | 4 | 0 | 30 | B7 | 4C | 1D |
| Octal | 22 | 177 | 204 | 126 | 4 | 0 | 60 | 267 | 114 | 35 |
| Binary | 10010 | 1111111 | 10000100 | 1010110 | 100 | 0 | 110000 | 10110111 | 1001100 | 11101 |
Color Harmonies of #127F84
Complementary color
Monochromatic Colors of #127F84
Black with #127F84
Text Example
Text Example
White with #127F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127F84; }
p { color: rgb(18,127,132); }
H1.HeaderClassName
{
color: #127F84;
}
.AnyTagClassName
{
color: #127F84;
}
</style>
background-color css
<style>
a { background-color: #127F84; }
a { background-color: rgb(18,127,132); }
div.DivClassName
{
background-color: #127F84;
}
.BgClassName
{
background-color: #127F84;
}
</style>
border-color css
<style>
span { border-color: #127F84; }
span { border-color: rgb(18,127,132); }
td.TdClassName
{
border-color: #127F84;
}
.TagClassName
{
border-color: #127F84;
}
</style>