Shades of Teal #138584
Tints of Teal #138584
RGB
CMYK
RGB Variations
Color information
#138584 (or 0x138584) is known color: Teal. HEX triplet: 13, 85 and 84. RGB value is (19,133,132). Sum of RGB (Red+Green+Blue) = 19+133+132=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 133 (52.34% from 255 or 46.83% from 284); Blue value is 132 (51.95% from 255 or 46.48% from 284); Max value from RGB is 133 - color contains mainly: green. Hex color #138584 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138584 is #EC7A7B. Grayscale: #626262. Windows color (decimal): -15497852 or 8684819. OLE color: 8684819.
HSL color Cylindrical-coordinate representation of color #138584: 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 #138584 is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 133 | 132 | - |
| 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.82 | 18.58 | 24.74 | - |
| YUV | 98.8 | 146.73 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 133 | 132 | 0.86 | 0 | 0.01 | 0.48 | 179.47 | 0.75 | 0.3 |
| Hex | 13 | 85 | 84 | 56 | 0 | 1 | 30 | B3 | 4B | 1E |
| Octal | 23 | 205 | 204 | 126 | 0 | 1 | 60 | 263 | 113 | 36 |
| Binary | 10011 | 10000101 | 10000100 | 1010110 | 0 | 1 | 110000 | 10110011 | 1001011 | 11110 |
Color Harmonies of #138584
Complementary color
Monochromatic Colors of #138584
Black with #138584
Text Example
Text Example
White with #138584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138584; }
p { color: rgb(19,133,132); }
H1.HeaderClassName
{
color: #138584;
}
.AnyTagClassName
{
color: #138584;
}
</style>
background-color css
<style>
a { background-color: #138584; }
a { background-color: rgb(19,133,132); }
div.DivClassName
{
background-color: #138584;
}
.BgClassName
{
background-color: #138584;
}
</style>
border-color css
<style>
span { border-color: #138584; }
span { border-color: rgb(19,133,132); }
td.TdClassName
{
border-color: #138584;
}
.TagClassName
{
border-color: #138584;
}
</style>