Shades of Teal #128781
Tints of Teal #128781
RGB
CMYK
RGB Variations
Color information
#128781 (or 0x128781) is known color: Teal. HEX triplet: 12, 87 and 81. RGB value is (18,135,129). Sum of RGB (Red+Green+Blue) = 18+135+129=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 135 (53.12% from 255 or 47.87% from 282); Blue value is 129 (50.78% from 255 or 45.74% from 282); Max value from RGB is 135 - color contains mainly: green. Hex color #128781 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128781 is #ED787E. Grayscale: #636363. Windows color (decimal): -15562879 or 8488722. OLE color: 8488722.
HSL color Cylindrical-coordinate representation of color #128781: hue angle of 176.92º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128781 is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 135 | 129 | - |
| CMYK | 0.87 | 0 | 0.04 | 0.47 |
| HSL | 176.92º | 0.76% | 0.3% | - |
| HSV(B) | 176.92º | 0.87% | 0.53% | - |
| XYZ | 12.88 | 19.04 | 23.77 | - |
| YUV | 99.33 | 144.74 | 69.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 135 | 129 | 0.87 | 0 | 0.04 | 0.47 | 176.92 | 0.76 | 0.3 |
| Hex | 12 | 87 | 81 | 57 | 0 | 4 | 2F | B1 | 4C | 1E |
| Octal | 22 | 207 | 201 | 127 | 0 | 4 | 57 | 261 | 114 | 36 |
| Binary | 10010 | 10000111 | 10000001 | 1010111 | 0 | 100 | 101111 | 10110001 | 1001100 | 11110 |
Color Harmonies of #128781
Complementary color
Monochromatic Colors of #128781
Black with #128781
Text Example
Text Example
White with #128781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128781; }
p { color: rgb(18,135,129); }
H1.HeaderClassName
{
color: #128781;
}
.AnyTagClassName
{
color: #128781;
}
</style>
background-color css
<style>
a { background-color: #128781; }
a { background-color: rgb(18,135,129); }
div.DivClassName
{
background-color: #128781;
}
.BgClassName
{
background-color: #128781;
}
</style>
border-color css
<style>
span { border-color: #128781; }
span { border-color: rgb(18,135,129); }
td.TdClassName
{
border-color: #128781;
}
.TagClassName
{
border-color: #128781;
}
</style>