Shades of Teal #127C83
Tints of Teal #127C83
RGB
CMYK
RGB Variations
Color information
#127C83 (or 0x127C83) is known color: Teal. HEX triplet: 12, 7C and 83. RGB value is (18,124,131). Sum of RGB (Red+Green+Blue) = 18+124+131=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 124 (48.83% from 255 or 45.42% from 273); Blue value is 131 (51.56% from 255 or 47.99% from 273); Max value from RGB is 131 - color contains mainly: blue. Hex color #127C83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127C83 is #ED837C. Grayscale: #5C5C5C. Windows color (decimal): -15565693 or 8616978. OLE color: 8616978.
HSL color Cylindrical-coordinate representation of color #127C83: hue angle of 183.72º 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 #127C83 is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 124 | 131 | - |
| CMYK | 0.86 | 0.05 | 0 | 0.49 |
| HSL | 183.72º | 0.76% | 0.29% | - |
| HSV(B) | 183.72º | 0.86% | 0.51% | - |
| XYZ | 11.55 | 16.18 | 23.99 | - |
| YUV | 93.1 | 149.38 | 74.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 131 | 0.86 | 0.05 | 0 | 0.49 | 183.72 | 0.76 | 0.29 |
| Hex | 12 | 7C | 83 | 56 | 5 | 0 | 31 | B8 | 4C | 1D |
| Octal | 22 | 174 | 203 | 126 | 5 | 0 | 61 | 270 | 114 | 35 |
| Binary | 10010 | 1111100 | 10000011 | 1010110 | 101 | 0 | 110001 | 10111000 | 1001100 | 11101 |
Color Harmonies of #127C83
Complementary color
Monochromatic Colors of #127C83
Black with #127C83
Text Example
Text Example
White with #127C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127C83; }
p { color: rgb(18,124,131); }
H1.HeaderClassName
{
color: #127C83;
}
.AnyTagClassName
{
color: #127C83;
}
</style>
background-color css
<style>
a { background-color: #127C83; }
a { background-color: rgb(18,124,131); }
div.DivClassName
{
background-color: #127C83;
}
.BgClassName
{
background-color: #127C83;
}
</style>
border-color css
<style>
span { border-color: #127C83; }
span { border-color: rgb(18,124,131); }
td.TdClassName
{
border-color: #127C83;
}
.TagClassName
{
border-color: #127C83;
}
</style>