Shades of Teal #127E83
Tints of Teal #127E83
RGB
CMYK
RGB Variations
Color information
#127E83 (or 0x127E83) is known color: Teal. HEX triplet: 12, 7E and 83. RGB value is (18,126,131). Sum of RGB (Red+Green+Blue) = 18+126+131=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 126 (49.61% from 255 or 45.82% from 275); Blue value is 131 (51.56% from 255 or 47.64% from 275); Max value from RGB is 131 - color contains mainly: blue. Hex color #127E83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127E83 is #ED817C. Grayscale: #5E5E5E. Windows color (decimal): -15565181 or 8617490. OLE color: 8617490.
HSL color Cylindrical-coordinate representation of color #127E83: hue angle of 182.65º 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 #127E83 is Cyan = 0.86, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 126 | 131 | - |
| CMYK | 0.86 | 0.04 | 0 | 0.49 |
| HSL | 182.65º | 0.76% | 0.29% | - |
| HSV(B) | 182.65º | 0.86% | 0.51% | - |
| XYZ | 11.81 | 16.69 | 24.07 | - |
| YUV | 94.28 | 148.72 | 73.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 126 | 131 | 0.86 | 0.04 | 0 | 0.49 | 182.65 | 0.76 | 0.29 |
| Hex | 12 | 7E | 83 | 56 | 4 | 0 | 31 | B7 | 4C | 1D |
| Octal | 22 | 176 | 203 | 126 | 4 | 0 | 61 | 267 | 114 | 35 |
| Binary | 10010 | 1111110 | 10000011 | 1010110 | 100 | 0 | 110001 | 10110111 | 1001100 | 11101 |
Color Harmonies of #127E83
Complementary color
Monochromatic Colors of #127E83
Black with #127E83
Text Example
Text Example
White with #127E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127E83; }
p { color: rgb(18,126,131); }
H1.HeaderClassName
{
color: #127E83;
}
.AnyTagClassName
{
color: #127E83;
}
</style>
background-color css
<style>
a { background-color: #127E83; }
a { background-color: rgb(18,126,131); }
div.DivClassName
{
background-color: #127E83;
}
.BgClassName
{
background-color: #127E83;
}
</style>
border-color css
<style>
span { border-color: #127E83; }
span { border-color: rgb(18,126,131); }
td.TdClassName
{
border-color: #127E83;
}
.TagClassName
{
border-color: #127E83;
}
</style>