Shades of Teal #148381
Tints of Teal #148381
RGB
CMYK
RGB Variations
Color information
#148381 (or 0x148381) is known color: Teal. HEX triplet: 14, 83 and 81. RGB value is (20,131,129). Sum of RGB (Red+Green+Blue) = 20+131+129=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 131 (51.56% from 255 or 46.79% from 280); Blue value is 129 (50.78% from 255 or 46.07% from 280); Max value from RGB is 131 - color contains mainly: green. Hex color #148381 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148381 is #EB7C7E. Grayscale: #616161. Windows color (decimal): -15432831 or 8487700. OLE color: 8487700.
HSL color Cylindrical-coordinate representation of color #148381: hue angle of 178.92º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148381 is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 131 | 129 | - |
| CMYK | 0.85 | 0 | 0.02 | 0.49 |
| HSL | 178.92º | 0.74% | 0.3% | - |
| HSV(B) | 178.92º | 0.85% | 0.51% | - |
| XYZ | 12.37 | 17.97 | 23.58 | - |
| YUV | 97.58 | 145.73 | 72.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 131 | 129 | 0.85 | 0 | 0.02 | 0.49 | 178.92 | 0.74 | 0.3 |
| Hex | 14 | 83 | 81 | 55 | 0 | 2 | 31 | B3 | 4A | 1E |
| Octal | 24 | 203 | 201 | 125 | 0 | 2 | 61 | 263 | 112 | 36 |
| Binary | 10100 | 10000011 | 10000001 | 1010101 | 0 | 10 | 110001 | 10110011 | 1001010 | 11110 |
Color Harmonies of #148381
Complementary color
Monochromatic Colors of #148381
Black with #148381
Text Example
Text Example
White with #148381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148381; }
p { color: rgb(20,131,129); }
H1.HeaderClassName
{
color: #148381;
}
.AnyTagClassName
{
color: #148381;
}
</style>
background-color css
<style>
a { background-color: #148381; }
a { background-color: rgb(20,131,129); }
div.DivClassName
{
background-color: #148381;
}
.BgClassName
{
background-color: #148381;
}
</style>
border-color css
<style>
span { border-color: #148381; }
span { border-color: rgb(20,131,129); }
td.TdClassName
{
border-color: #148381;
}
.TagClassName
{
border-color: #148381;
}
</style>