Shades of Teal #127D83
Tints of Teal #127D83
RGB
CMYK
RGB Variations
Color information
#127D83 (or 0x127D83) is known color: Teal. HEX triplet: 12, 7D and 83. RGB value is (18,125,131). Sum of RGB (Red+Green+Blue) = 18+125+131=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 125 (49.22% from 255 or 45.62% from 274); Blue value is 131 (51.56% from 255 or 47.81% from 274); Max value from RGB is 131 - color contains mainly: blue. Hex color #127D83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127D83 is #ED827C. Grayscale: #5D5D5D. Windows color (decimal): -15565437 or 8617234. OLE color: 8617234.
HSL color Cylindrical-coordinate representation of color #127D83: hue angle of 183.19º 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 #127D83 is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 125 | 131 | - |
| CMYK | 0.86 | 0.05 | 0 | 0.49 |
| HSL | 183.19º | 0.76% | 0.29% | - |
| HSV(B) | 183.19º | 0.86% | 0.51% | - |
| XYZ | 11.68 | 16.43 | 24.03 | - |
| YUV | 93.69 | 149.05 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 125 | 131 | 0.86 | 0.05 | 0 | 0.49 | 183.19 | 0.76 | 0.29 |
| Hex | 12 | 7D | 83 | 56 | 5 | 0 | 31 | B7 | 4C | 1D |
| Octal | 22 | 175 | 203 | 126 | 5 | 0 | 61 | 267 | 114 | 35 |
| Binary | 10010 | 1111101 | 10000011 | 1010110 | 101 | 0 | 110001 | 10110111 | 1001100 | 11101 |
Color Harmonies of #127D83
Complementary color
Monochromatic Colors of #127D83
Black with #127D83
Text Example
Text Example
White with #127D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127D83; }
p { color: rgb(18,125,131); }
H1.HeaderClassName
{
color: #127D83;
}
.AnyTagClassName
{
color: #127D83;
}
</style>
background-color css
<style>
a { background-color: #127D83; }
a { background-color: rgb(18,125,131); }
div.DivClassName
{
background-color: #127D83;
}
.BgClassName
{
background-color: #127D83;
}
</style>
border-color css
<style>
span { border-color: #127D83; }
span { border-color: rgb(18,125,131); }
td.TdClassName
{
border-color: #127D83;
}
.TagClassName
{
border-color: #127D83;
}
</style>