Shades of Teal #127B80
Tints of Teal #127B80
RGB
CMYK
RGB Variations
Color information
#127B80 (or 0x127B80) is known color: Teal. HEX triplet: 12, 7B and 80. RGB value is (18,123,128). Sum of RGB (Red+Green+Blue) = 18+123+128=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 123 (48.44% from 255 or 45.72% from 269); Blue value is 128 (50.39% from 255 or 47.58% from 269); Max value from RGB is 128 - color contains mainly: blue. Hex color #127B80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127B80 is #ED847F. Grayscale: #5C5C5C. Windows color (decimal): -15565952 or 8420114. OLE color: 8420114.
HSL color Cylindrical-coordinate representation of color #127B80: hue angle of 182.73º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127B80 is Cyan = 0.86, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 18 | 123 | 128 | - |
| CMYK | 0.86 | 0.04 | 0 | 0.50 |
| HSL | 182.73º | 0.75% | 0.29% | - |
| HSV(B) | 182.73º | 0.86% | 0.5% | - |
| XYZ | 11.23 | 15.85 | 22.89 | - |
| YUV | 92.18 | 148.21 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 123 | 128 | 0.86 | 0.04 | 0 | 0.50 | 182.73 | 0.75 | 0.29 |
| Hex | 12 | 7B | 80 | 56 | 4 | 0 | 32 | B7 | 4B | 1D |
| Octal | 22 | 173 | 200 | 126 | 4 | 0 | 62 | 267 | 113 | 35 |
| Binary | 10010 | 1111011 | 10000000 | 1010110 | 100 | 0 | 110010 | 10110111 | 1001011 | 11101 |
Color Harmonies of #127B80
Complementary color
Monochromatic Colors of #127B80
Black with #127B80
Text Example
Text Example
White with #127B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127B80; }
p { color: rgb(18,123,128); }
H1.HeaderClassName
{
color: #127B80;
}
.AnyTagClassName
{
color: #127B80;
}
</style>
background-color css
<style>
a { background-color: #127B80; }
a { background-color: rgb(18,123,128); }
div.DivClassName
{
background-color: #127B80;
}
.BgClassName
{
background-color: #127B80;
}
</style>
border-color css
<style>
span { border-color: #127B80; }
span { border-color: rgb(18,123,128); }
td.TdClassName
{
border-color: #127B80;
}
.TagClassName
{
border-color: #127B80;
}
</style>