Shades of Teal #138180
Tints of Teal #138180
RGB
CMYK
RGB Variations
Color information
#138180 (or 0x138180) is known color: Teal. HEX triplet: 13, 81 and 80. RGB value is (19,129,128). Sum of RGB (Red+Green+Blue) = 19+129+128=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 129 (50.78% from 255 or 46.74% from 276); Blue value is 128 (50.39% from 255 or 46.38% from 276); Max value from RGB is 129 - color contains mainly: green. Hex color #138180 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138180 is #EC7E7F. Grayscale: #5F5F5F. Windows color (decimal): -15498880 or 8421651. OLE color: 8421651.
HSL color Cylindrical-coordinate representation of color #138180: hue angle of 179.45º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138180 is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 129 | 128 | - |
| CMYK | 0.85 | 0 | 0.01 | 0.49 |
| HSL | 179.45º | 0.74% | 0.29% | - |
| HSV(B) | 179.45º | 0.85% | 0.51% | - |
| XYZ | 12.02 | 17.4 | 23.15 | - |
| YUV | 96 | 146.06 | 73.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 129 | 128 | 0.85 | 0 | 0.01 | 0.49 | 179.45 | 0.74 | 0.29 |
| Hex | 13 | 81 | 80 | 55 | 0 | 1 | 31 | B3 | 4A | 1D |
| Octal | 23 | 201 | 200 | 125 | 0 | 1 | 61 | 263 | 112 | 35 |
| Binary | 10011 | 10000001 | 10000000 | 1010101 | 0 | 1 | 110001 | 10110011 | 1001010 | 11101 |
Color Harmonies of #138180
Complementary color
Monochromatic Colors of #138180
Black with #138180
Text Example
Text Example
White with #138180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138180; }
p { color: rgb(19,129,128); }
H1.HeaderClassName
{
color: #138180;
}
.AnyTagClassName
{
color: #138180;
}
</style>
background-color css
<style>
a { background-color: #138180; }
a { background-color: rgb(19,129,128); }
div.DivClassName
{
background-color: #138180;
}
.BgClassName
{
background-color: #138180;
}
</style>
border-color css
<style>
span { border-color: #138180; }
span { border-color: rgb(19,129,128); }
td.TdClassName
{
border-color: #138180;
}
.TagClassName
{
border-color: #138180;
}
</style>