Shades of Teal #05718B
Tints of Teal #05718B
RGB
CMYK
RGB Variations
Color information
#05718B (or 0x05718B) is known color: Teal. HEX triplet: 05, 71 and 8B. RGB value is (5,113,139). Sum of RGB (Red+Green+Blue) = 5+113+139=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 113 (44.53% from 255 or 43.97% from 257); Blue value is 139 (54.69% from 255 or 54.09% from 257); Max value from RGB is 139 - color contains mainly: blue. Hex color #05718B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05718B is #FA8E74. Grayscale: #535353. Windows color (decimal): -16420469 or 9138437. OLE color: 9138437.
HSL color Cylindrical-coordinate representation of color #05718B: hue angle of 191.64º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05718B is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 113 | 139 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.45 |
| HSL | 191.64º | 0.93% | 0.28% | - |
| HSV(B) | 191.64º | 0.96% | 0.55% | - |
| XYZ | 10.63 | 13.71 | 26.51 | - |
| YUV | 83.67 | 159.22 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 113 | 139 | 0.96 | 0.19 | 0 | 0.45 | 191.64 | 0.93 | 0.28 |
| Hex | 5 | 71 | 8B | 60 | 13 | 0 | 2D | C0 | 5D | 1C |
| Octal | 5 | 161 | 213 | 140 | 23 | 0 | 55 | 300 | 135 | 34 |
| Binary | 101 | 1110001 | 10001011 | 1100000 | 10011 | 0 | 101101 | 11000000 | 1011101 | 11100 |
Color Harmonies of #05718B
Complementary color
Monochromatic Colors of #05718B
Black with #05718B
Text Example
Text Example
White with #05718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05718B; }
p { color: rgb(5,113,139); }
H1.HeaderClassName
{
color: #05718B;
}
.AnyTagClassName
{
color: #05718B;
}
</style>
background-color css
<style>
a { background-color: #05718B; }
a { background-color: rgb(5,113,139); }
div.DivClassName
{
background-color: #05718B;
}
.BgClassName
{
background-color: #05718B;
}
</style>
border-color css
<style>
span { border-color: #05718B; }
span { border-color: rgb(5,113,139); }
td.TdClassName
{
border-color: #05718B;
}
.TagClassName
{
border-color: #05718B;
}
</style>