Shades of Teal #13827C
Tints of Teal #13827C
RGB
CMYK
RGB Variations
Color information
#13827C (or 0x13827C) is known color: Teal. HEX triplet: 13, 82 and 7C. RGB value is (19,130,124). Sum of RGB (Red+Green+Blue) = 19+130+124=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 130 - color contains mainly: green. Hex color #13827C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13827C is #EC7D83. Grayscale: #606060. Windows color (decimal): -15498628 or 8159763. OLE color: 8159763.
HSL color Cylindrical-coordinate representation of color #13827C: hue angle of 176.76º 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 #13827C is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 130 | 124 | - |
| CMYK | 0.85 | 0 | 0.05 | 0.49 |
| HSL | 176.76º | 0.74% | 0.29% | - |
| HSV(B) | 176.76º | 0.85% | 0.51% | - |
| XYZ | 11.89 | 17.56 | 21.83 | - |
| YUV | 96.13 | 143.73 | 72.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 130 | 124 | 0.85 | 0 | 0.05 | 0.49 | 176.76 | 0.74 | 0.29 |
| Hex | 13 | 82 | 7C | 55 | 0 | 5 | 31 | B1 | 4A | 1D |
| Octal | 23 | 202 | 174 | 125 | 0 | 5 | 61 | 261 | 112 | 35 |
| Binary | 10011 | 10000010 | 1111100 | 1010101 | 0 | 101 | 110001 | 10110001 | 1001010 | 11101 |
Color Harmonies of #13827C
Complementary color
Monochromatic Colors of #13827C
Black with #13827C
Text Example
Text Example
White with #13827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13827C; }
p { color: rgb(19,130,124); }
H1.HeaderClassName
{
color: #13827C;
}
.AnyTagClassName
{
color: #13827C;
}
</style>
background-color css
<style>
a { background-color: #13827C; }
a { background-color: rgb(19,130,124); }
div.DivClassName
{
background-color: #13827C;
}
.BgClassName
{
background-color: #13827C;
}
</style>
border-color css
<style>
span { border-color: #13827C; }
span { border-color: rgb(19,130,124); }
td.TdClassName
{
border-color: #13827C;
}
.TagClassName
{
border-color: #13827C;
}
</style>