Shades of Teal #128B7E
Tints of Teal #128B7E
RGB
CMYK
RGB Variations
Color information
#128B7E (or 0x128B7E) is known color: Teal. HEX triplet: 12, 8B and 7E. RGB value is (18,139,126). Sum of RGB (Red+Green+Blue) = 18+139+126=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 139 (54.69% from 255 or 49.12% from 283); Blue value is 126 (49.61% from 255 or 44.52% from 283); Max value from RGB is 139 - color contains mainly: green. Hex color #128B7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128B7E is #ED7481. Grayscale: #656565. Windows color (decimal): -15561858 or 8293138. OLE color: 8293138.
HSL color Cylindrical-coordinate representation of color #128B7E: hue angle of 173.55º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128B7E is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 139 | 126 | - |
| CMYK | 0.87 | 0 | 0.09 | 0.45 |
| HSL | 173.55º | 0.77% | 0.31% | - |
| HSV(B) | 173.55º | 0.87% | 0.55% | - |
| XYZ | 13.25 | 20.1 | 22.92 | - |
| YUV | 101.34 | 141.91 | 68.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 139 | 126 | 0.87 | 0 | 0.09 | 0.45 | 173.55 | 0.77 | 0.31 |
| Hex | 12 | 8B | 7E | 57 | 0 | 9 | 2D | AE | 4D | 1F |
| Octal | 22 | 213 | 176 | 127 | 0 | 11 | 55 | 256 | 115 | 37 |
| Binary | 10010 | 10001011 | 1111110 | 1010111 | 0 | 1001 | 101101 | 10101110 | 1001101 | 11111 |
Color Harmonies of #128B7E
Complementary color
Monochromatic Colors of #128B7E
Black with #128B7E
Text Example
Text Example
White with #128B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128B7E; }
p { color: rgb(18,139,126); }
H1.HeaderClassName
{
color: #128B7E;
}
.AnyTagClassName
{
color: #128B7E;
}
</style>
background-color css
<style>
a { background-color: #128B7E; }
a { background-color: rgb(18,139,126); }
div.DivClassName
{
background-color: #128B7E;
}
.BgClassName
{
background-color: #128B7E;
}
</style>
border-color css
<style>
span { border-color: #128B7E; }
span { border-color: rgb(18,139,126); }
td.TdClassName
{
border-color: #128B7E;
}
.TagClassName
{
border-color: #128B7E;
}
</style>