Shades of Teal #05708C
Tints of Teal #05708C
RGB
CMYK
RGB Variations
Color information
#05708C (or 0x05708C) is known color: Teal. HEX triplet: 05, 70 and 8C. RGB value is (5,112,140). Sum of RGB (Red+Green+Blue) = 5+112+140=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 140 (55.08% from 255 or 54.47% from 257); Max value from RGB is 140 - color contains mainly: blue. Hex color #05708C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05708C is #FA8F73. Grayscale: #525252. Windows color (decimal): -16420724 or 9203717. OLE color: 9203717.
HSL color Cylindrical-coordinate representation of color #05708C: hue angle of 192.44º 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 #05708C is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 112 | 140 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.45 |
| HSL | 192.44º | 0.93% | 0.28% | - |
| HSV(B) | 192.44º | 0.96% | 0.55% | - |
| XYZ | 10.59 | 13.51 | 26.86 | - |
| YUV | 83.2 | 160.05 | 72.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 112 | 140 | 0.96 | 0.20 | 0 | 0.45 | 192.44 | 0.93 | 0.28 |
| Hex | 5 | 70 | 8C | 60 | 14 | 0 | 2D | C0 | 5D | 1C |
| Octal | 5 | 160 | 214 | 140 | 24 | 0 | 55 | 300 | 135 | 34 |
| Binary | 101 | 1110000 | 10001100 | 1100000 | 10100 | 0 | 101101 | 11000000 | 1011101 | 11100 |
Color Harmonies of #05708C
Complementary color
Monochromatic Colors of #05708C
Black with #05708C
Text Example
Text Example
White with #05708C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05708C; }
p { color: rgb(5,112,140); }
H1.HeaderClassName
{
color: #05708C;
}
.AnyTagClassName
{
color: #05708C;
}
</style>
background-color css
<style>
a { background-color: #05708C; }
a { background-color: rgb(5,112,140); }
div.DivClassName
{
background-color: #05708C;
}
.BgClassName
{
background-color: #05708C;
}
</style>
border-color css
<style>
span { border-color: #05708C; }
span { border-color: rgb(5,112,140); }
td.TdClassName
{
border-color: #05708C;
}
.TagClassName
{
border-color: #05708C;
}
</style>