Shades of Teal #148481
Tints of Teal #148481
RGB
CMYK
RGB Variations
Color information
#148481 (or 0x148481) is known color: Teal. HEX triplet: 14, 84 and 81. RGB value is (20,132,129). Sum of RGB (Red+Green+Blue) = 20+132+129=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 132 - color contains mainly: green. Hex color #148481 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148481 is #EB7B7E. Grayscale: #626262. Windows color (decimal): -15432575 or 8487956. OLE color: 8487956.
HSL color Cylindrical-coordinate representation of color #148481: hue angle of 178.39º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148481 is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 132 | 129 | - |
| CMYK | 0.85 | 0 | 0.02 | 0.48 |
| HSL | 178.39º | 0.74% | 0.3% | - |
| HSV(B) | 178.39º | 0.85% | 0.52% | - |
| XYZ | 12.5 | 18.24 | 23.63 | - |
| YUV | 98.17 | 145.39 | 72.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 132 | 129 | 0.85 | 0 | 0.02 | 0.48 | 178.39 | 0.74 | 0.3 |
| Hex | 14 | 84 | 81 | 55 | 0 | 2 | 30 | B2 | 4A | 1E |
| Octal | 24 | 204 | 201 | 125 | 0 | 2 | 60 | 262 | 112 | 36 |
| Binary | 10100 | 10000100 | 10000001 | 1010101 | 0 | 10 | 110000 | 10110010 | 1001010 | 11110 |
Color Harmonies of #148481
Complementary color
Monochromatic Colors of #148481
Black with #148481
Text Example
Text Example
White with #148481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148481; }
p { color: rgb(20,132,129); }
H1.HeaderClassName
{
color: #148481;
}
.AnyTagClassName
{
color: #148481;
}
</style>
background-color css
<style>
a { background-color: #148481; }
a { background-color: rgb(20,132,129); }
div.DivClassName
{
background-color: #148481;
}
.BgClassName
{
background-color: #148481;
}
</style>
border-color css
<style>
span { border-color: #148481; }
span { border-color: rgb(20,132,129); }
td.TdClassName
{
border-color: #148481;
}
.TagClassName
{
border-color: #148481;
}
</style>