Shades of Teal #05708B
Tints of Teal #05708B
RGB
CMYK
RGB Variations
Color information
#05708B (or 0x05708B) is known color: Teal. HEX triplet: 05, 70 and 8B. RGB value is (5,112,139). Sum of RGB (Red+Green+Blue) = 5+112+139=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #05708B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05708B is #FA8F74. Grayscale: #525252. Windows color (decimal): -16420725 or 9138181. OLE color: 9138181.
HSL color Cylindrical-coordinate representation of color #05708B: hue angle of 192.09º 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 #05708B is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 112 | 139 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.45 |
| HSL | 192.09º | 0.93% | 0.28% | - |
| HSV(B) | 192.09º | 0.96% | 0.55% | - |
| XYZ | 10.52 | 13.48 | 26.47 | - |
| YUV | 83.09 | 159.55 | 72.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 112 | 139 | 0.96 | 0.19 | 0 | 0.45 | 192.09 | 0.93 | 0.28 |
| Hex | 5 | 70 | 8B | 60 | 13 | 0 | 2D | C0 | 5D | 1C |
| Octal | 5 | 160 | 213 | 140 | 23 | 0 | 55 | 300 | 135 | 34 |
| Binary | 101 | 1110000 | 10001011 | 1100000 | 10011 | 0 | 101101 | 11000000 | 1011101 | 11100 |
Color Harmonies of #05708B
Complementary color
Monochromatic Colors of #05708B
Black with #05708B
Text Example
Text Example
White with #05708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05708B; }
p { color: rgb(5,112,139); }
H1.HeaderClassName
{
color: #05708B;
}
.AnyTagClassName
{
color: #05708B;
}
</style>
background-color css
<style>
a { background-color: #05708B; }
a { background-color: rgb(5,112,139); }
div.DivClassName
{
background-color: #05708B;
}
.BgClassName
{
background-color: #05708B;
}
</style>
border-color css
<style>
span { border-color: #05708B; }
span { border-color: rgb(5,112,139); }
td.TdClassName
{
border-color: #05708B;
}
.TagClassName
{
border-color: #05708B;
}
</style>