Shades of Teal #13817F
Tints of Teal #13817F
RGB
CMYK
RGB Variations
Color information
#13817F (or 0x13817F) is known color: Teal. HEX triplet: 13, 81 and 7F. RGB value is (19,129,127). Sum of RGB (Red+Green+Blue) = 19+129+127=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 129 (50.78% from 255 or 46.91% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 129 - color contains mainly: green. Hex color #13817F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13817F is #EC7E80. Grayscale: #5F5F5F. Windows color (decimal): -15498881 or 8356115. OLE color: 8356115.
HSL color Cylindrical-coordinate representation of color #13817F: hue angle of 178.91º 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 #13817F is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 129 | 127 | - |
| CMYK | 0.85 | 0 | 0.02 | 0.49 |
| HSL | 178.91º | 0.74% | 0.29% | - |
| HSV(B) | 178.91º | 0.85% | 0.51% | - |
| XYZ | 11.95 | 17.37 | 22.8 | - |
| YUV | 95.88 | 145.56 | 73.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 129 | 127 | 0.85 | 0 | 0.02 | 0.49 | 178.91 | 0.74 | 0.29 |
| Hex | 13 | 81 | 7F | 55 | 0 | 2 | 31 | B3 | 4A | 1D |
| Octal | 23 | 201 | 177 | 125 | 0 | 2 | 61 | 263 | 112 | 35 |
| Binary | 10011 | 10000001 | 1111111 | 1010101 | 0 | 10 | 110001 | 10110011 | 1001010 | 11101 |
Color Harmonies of #13817F
Complementary color
Monochromatic Colors of #13817F
Black with #13817F
Text Example
Text Example
White with #13817F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13817F; }
p { color: rgb(19,129,127); }
H1.HeaderClassName
{
color: #13817F;
}
.AnyTagClassName
{
color: #13817F;
}
</style>
background-color css
<style>
a { background-color: #13817F; }
a { background-color: rgb(19,129,127); }
div.DivClassName
{
background-color: #13817F;
}
.BgClassName
{
background-color: #13817F;
}
</style>
border-color css
<style>
span { border-color: #13817F; }
span { border-color: rgb(19,129,127); }
td.TdClassName
{
border-color: #13817F;
}
.TagClassName
{
border-color: #13817F;
}
</style>