Shades of Teal #13817E
Tints of Teal #13817E
RGB
CMYK
RGB Variations
Color information
#13817E (or 0x13817E) is known color: Teal. HEX triplet: 13, 81 and 7E. RGB value is (19,129,126). Sum of RGB (Red+Green+Blue) = 19+129+126=274 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.93% from 274); Green value is 129 (50.78% from 255 or 47.08% from 274); Blue value is 126 (49.61% from 255 or 45.99% from 274); Max value from RGB is 129 - color contains mainly: green. Hex color #13817E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13817E is #EC7E81. Grayscale: #5F5F5F. Windows color (decimal): -15498882 or 8290579. OLE color: 8290579.
HSL color Cylindrical-coordinate representation of color #13817E: hue angle of 178.36º 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 #13817E is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 129 | 126 | - |
| CMYK | 0.85 | 0 | 0.02 | 0.49 |
| HSL | 178.36º | 0.74% | 0.29% | - |
| HSV(B) | 178.36º | 0.85% | 0.51% | - |
| XYZ | 11.88 | 17.35 | 22.46 | - |
| YUV | 95.77 | 145.06 | 73.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 129 | 126 | 0.85 | 0 | 0.02 | 0.49 | 178.36 | 0.74 | 0.29 |
| Hex | 13 | 81 | 7E | 55 | 0 | 2 | 31 | B2 | 4A | 1D |
| Octal | 23 | 201 | 176 | 125 | 0 | 2 | 61 | 262 | 112 | 35 |
| Binary | 10011 | 10000001 | 1111110 | 1010101 | 0 | 10 | 110001 | 10110010 | 1001010 | 11101 |
Color Harmonies of #13817E
Complementary color
Monochromatic Colors of #13817E
Black with #13817E
Text Example
Text Example
White with #13817E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13817E; }
p { color: rgb(19,129,126); }
H1.HeaderClassName
{
color: #13817E;
}
.AnyTagClassName
{
color: #13817E;
}
</style>
background-color css
<style>
a { background-color: #13817E; }
a { background-color: rgb(19,129,126); }
div.DivClassName
{
background-color: #13817E;
}
.BgClassName
{
background-color: #13817E;
}
</style>
border-color css
<style>
span { border-color: #13817E; }
span { border-color: rgb(19,129,126); }
td.TdClassName
{
border-color: #13817E;
}
.TagClassName
{
border-color: #13817E;
}
</style>