Shades of Teal #138481
Tints of Teal #138481
RGB
CMYK
RGB Variations
Color information
#138481 (or 0x138481) is known color: Teal. HEX triplet: 13, 84 and 81. RGB value is (19,132,129). Sum of RGB (Red+Green+Blue) = 19+132+129=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 129 (50.78% from 255 or 46.07% from 280); Max value from RGB is 132 - color contains mainly: green. Hex color #138481 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138481 is #EC7B7E. Grayscale: #616161. Windows color (decimal): -15498111 or 8487955. OLE color: 8487955.
HSL color Cylindrical-coordinate representation of color #138481: hue angle of 178.41º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138481 is Cyan = 0.86, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 132 | 129 | - |
| CMYK | 0.86 | 0 | 0.02 | 0.48 |
| HSL | 178.41º | 0.75% | 0.3% | - |
| HSV(B) | 178.41º | 0.86% | 0.52% | - |
| XYZ | 12.48 | 18.23 | 23.63 | - |
| YUV | 97.87 | 145.56 | 71.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 132 | 129 | 0.86 | 0 | 0.02 | 0.48 | 178.41 | 0.75 | 0.3 |
| Hex | 13 | 84 | 81 | 56 | 0 | 2 | 30 | B2 | 4B | 1E |
| Octal | 23 | 204 | 201 | 126 | 0 | 2 | 60 | 262 | 113 | 36 |
| Binary | 10011 | 10000100 | 10000001 | 1010110 | 0 | 10 | 110000 | 10110010 | 1001011 | 11110 |
Color Harmonies of #138481
Complementary color
Monochromatic Colors of #138481
Black with #138481
Text Example
Text Example
White with #138481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138481; }
p { color: rgb(19,132,129); }
H1.HeaderClassName
{
color: #138481;
}
.AnyTagClassName
{
color: #138481;
}
</style>
background-color css
<style>
a { background-color: #138481; }
a { background-color: rgb(19,132,129); }
div.DivClassName
{
background-color: #138481;
}
.BgClassName
{
background-color: #138481;
}
</style>
border-color css
<style>
span { border-color: #138481; }
span { border-color: rgb(19,132,129); }
td.TdClassName
{
border-color: #138481;
}
.TagClassName
{
border-color: #138481;
}
</style>