Shades of Teal #05778B
Tints of Teal #05778B
RGB
CMYK
RGB Variations
Color information
#05778B (or 0x05778B) is known color: Teal. HEX triplet: 05, 77 and 8B. RGB value is (5,119,139). Sum of RGB (Red+Green+Blue) = 5+119+139=263 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.90% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 139 (54.69% from 255 or 52.85% from 263); Max value from RGB is 139 - color contains mainly: blue. Hex color #05778B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05778B is #FA8874. Grayscale: #575757. Windows color (decimal): -16418933 or 9139973. OLE color: 9139973.
HSL color Cylindrical-coordinate representation of color #05778B: hue angle of 188.96º 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 #05778B is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 119 | 139 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.45 |
| HSL | 188.96º | 0.93% | 0.28% | - |
| HSV(B) | 188.96º | 0.96% | 0.55% | - |
| XYZ | 11.32 | 15.09 | 26.74 | - |
| YUV | 87.19 | 157.23 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 119 | 139 | 0.96 | 0.14 | 0 | 0.45 | 188.96 | 0.93 | 0.28 |
| Hex | 5 | 77 | 8B | 60 | E | 0 | 2D | BD | 5D | 1C |
| Octal | 5 | 167 | 213 | 140 | 16 | 0 | 55 | 275 | 135 | 34 |
| Binary | 101 | 1110111 | 10001011 | 1100000 | 1110 | 0 | 101101 | 10111101 | 1011101 | 11100 |
Color Harmonies of #05778B
Complementary color
Monochromatic Colors of #05778B
Black with #05778B
Text Example
Text Example
White with #05778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05778B; }
p { color: rgb(5,119,139); }
H1.HeaderClassName
{
color: #05778B;
}
.AnyTagClassName
{
color: #05778B;
}
</style>
background-color css
<style>
a { background-color: #05778B; }
a { background-color: rgb(5,119,139); }
div.DivClassName
{
background-color: #05778B;
}
.BgClassName
{
background-color: #05778B;
}
</style>
border-color css
<style>
span { border-color: #05778B; }
span { border-color: rgb(5,119,139); }
td.TdClassName
{
border-color: #05778B;
}
.TagClassName
{
border-color: #05778B;
}
</style>