Shades of Teal #05708A
Tints of Teal #05708A
RGB
CMYK
RGB Variations
Color information
#05708A (or 0x05708A) is known color: Teal. HEX triplet: 05, 70 and 8A. RGB value is (5,112,138). Sum of RGB (Red+Green+Blue) = 5+112+138=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 138 (54.30% from 255 or 54.12% from 255); Max value from RGB is 138 - color contains mainly: blue. Hex color #05708A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05708A is #FA8F75. Grayscale: #525252. Windows color (decimal): -16420726 or 9072645. OLE color: 9072645.
HSL color Cylindrical-coordinate representation of color #05708A: hue angle of 191.73º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05708A is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 112 | 138 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.46 |
| HSL | 191.73º | 0.93% | 0.28% | - |
| HSV(B) | 191.73º | 0.96% | 0.54% | - |
| XYZ | 10.44 | 13.46 | 26.09 | - |
| YUV | 82.97 | 159.05 | 72.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 112 | 138 | 0.96 | 0.19 | 0 | 0.46 | 191.73 | 0.93 | 0.28 |
| Hex | 5 | 70 | 8A | 60 | 13 | 0 | 2E | C0 | 5D | 1C |
| Octal | 5 | 160 | 212 | 140 | 23 | 0 | 56 | 300 | 135 | 34 |
| Binary | 101 | 1110000 | 10001010 | 1100000 | 10011 | 0 | 101110 | 11000000 | 1011101 | 11100 |
Color Harmonies of #05708A
Complementary color
Monochromatic Colors of #05708A
Black with #05708A
Text Example
Text Example
White with #05708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05708A; }
p { color: rgb(5,112,138); }
H1.HeaderClassName
{
color: #05708A;
}
.AnyTagClassName
{
color: #05708A;
}
</style>
background-color css
<style>
a { background-color: #05708A; }
a { background-color: rgb(5,112,138); }
div.DivClassName
{
background-color: #05708A;
}
.BgClassName
{
background-color: #05708A;
}
</style>
border-color css
<style>
span { border-color: #05708A; }
span { border-color: rgb(5,112,138); }
td.TdClassName
{
border-color: #05708A;
}
.TagClassName
{
border-color: #05708A;
}
</style>