Shades of Teal #138181
Tints of Teal #138181
RGB
CMYK
RGB Variations
Color information
#138181 (or 0x138181) is known color: Teal. HEX triplet: 13, 81 and 81. RGB value is (19,129,129). Sum of RGB (Red+Green+Blue) = 19+129+129=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 129 (50.78% from 255 or 46.57% from 277); Max value from RGB is 129 - color contains mainly: green, blue. Hex color #138181 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138181 is #EC7E7E. Grayscale: #606060. Windows color (decimal): -15498879 or 8487187. OLE color: 8487187.
HSL color Cylindrical-coordinate representation of color #138181: hue angle of 180º 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 #138181 is Cyan = 0.85, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 129 | 129 | - |
| CMYK | 0.85 | 0 | 0 | 0.49 |
| HSL | 180º | 0.74% | 0.29% | - |
| HSV(B) | 180º | 0.85% | 0.51% | - |
| XYZ | 12.08 | 17.42 | 23.5 | - |
| YUV | 96.11 | 146.56 | 73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 129 | 129 | 0.85 | 0 | 0 | 0.49 | 180 | 0.74 | 0.29 |
| Hex | 13 | 81 | 81 | 55 | 0 | 0 | 31 | B4 | 4A | 1D |
| Octal | 23 | 201 | 201 | 125 | 0 | 0 | 61 | 264 | 112 | 35 |
| Binary | 10011 | 10000001 | 10000001 | 1010101 | 0 | 0 | 110001 | 10110100 | 1001010 | 11101 |
Color Harmonies of #138181
Complementary color
Monochromatic Colors of #138181
Black with #138181
Text Example
Text Example
White with #138181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138181; }
p { color: rgb(19,129,129); }
H1.HeaderClassName
{
color: #138181;
}
.AnyTagClassName
{
color: #138181;
}
</style>
background-color css
<style>
a { background-color: #138181; }
a { background-color: rgb(19,129,129); }
div.DivClassName
{
background-color: #138181;
}
.BgClassName
{
background-color: #138181;
}
</style>
border-color css
<style>
span { border-color: #138181; }
span { border-color: rgb(19,129,129); }
td.TdClassName
{
border-color: #138181;
}
.TagClassName
{
border-color: #138181;
}
</style>