Shades of Teal #138483
Tints of Teal #138483
RGB
CMYK
RGB Variations
Color information
#138483 (or 0x138483) is known color: Teal. HEX triplet: 13, 84 and 83. RGB value is (19,132,131). Sum of RGB (Red+Green+Blue) = 19+132+131=282 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.74% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 131 (51.56% from 255 or 46.45% from 282); Max value from RGB is 132 - color contains mainly: green. Hex color #138483 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138483 is #EC7B7C. Grayscale: #616161. Windows color (decimal): -15498109 or 8619027. OLE color: 8619027.
HSL color Cylindrical-coordinate representation of color #138483: hue angle of 179.47º 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 #138483 is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 132 | 131 | - |
| CMYK | 0.86 | 0 | 0.01 | 0.48 |
| HSL | 179.47º | 0.75% | 0.3% | - |
| HSV(B) | 179.47º | 0.86% | 0.52% | - |
| XYZ | 12.62 | 18.28 | 24.34 | - |
| YUV | 98.1 | 146.56 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 132 | 131 | 0.86 | 0 | 0.01 | 0.48 | 179.47 | 0.75 | 0.3 |
| Hex | 13 | 84 | 83 | 56 | 0 | 1 | 30 | B3 | 4B | 1E |
| Octal | 23 | 204 | 203 | 126 | 0 | 1 | 60 | 263 | 113 | 36 |
| Binary | 10011 | 10000100 | 10000011 | 1010110 | 0 | 1 | 110000 | 10110011 | 1001011 | 11110 |
Color Harmonies of #138483
Complementary color
Monochromatic Colors of #138483
Black with #138483
Text Example
Text Example
White with #138483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138483; }
p { color: rgb(19,132,131); }
H1.HeaderClassName
{
color: #138483;
}
.AnyTagClassName
{
color: #138483;
}
</style>
background-color css
<style>
a { background-color: #138483; }
a { background-color: rgb(19,132,131); }
div.DivClassName
{
background-color: #138483;
}
.BgClassName
{
background-color: #138483;
}
</style>
border-color css
<style>
span { border-color: #138483; }
span { border-color: rgb(19,132,131); }
td.TdClassName
{
border-color: #138483;
}
.TagClassName
{
border-color: #138483;
}
</style>