Shades of Teal #056F8D
Tints of Teal #056F8D
RGB
CMYK
RGB Variations
Color information
#056F8D (or 0x056F8D) is known color: Teal. HEX triplet: 05, 6F and 8D. RGB value is (5,111,141). Sum of RGB (Red+Green+Blue) = 5+111+141=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 111 (43.75% from 255 or 43.19% from 257); Blue value is 141 (55.47% from 255 or 54.86% from 257); Max value from RGB is 141 - color contains mainly: blue. Hex color #056F8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056F8D is #FA9072. Grayscale: #525252. Windows color (decimal): -16420979 or 9268997. OLE color: 9268997.
HSL color Cylindrical-coordinate representation of color #056F8D: hue angle of 193.24º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056F8D is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 111 | 141 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.45 |
| HSL | 193.24º | 0.93% | 0.29% | - |
| HSV(B) | 193.24º | 0.96% | 0.55% | - |
| XYZ | 10.55 | 13.32 | 27.21 | - |
| YUV | 82.73 | 160.88 | 72.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 111 | 141 | 0.96 | 0.21 | 0 | 0.45 | 193.24 | 0.93 | 0.29 |
| Hex | 5 | 6F | 8D | 60 | 15 | 0 | 2D | C1 | 5D | 1D |
| Octal | 5 | 157 | 215 | 140 | 25 | 0 | 55 | 301 | 135 | 35 |
| Binary | 101 | 1101111 | 10001101 | 1100000 | 10101 | 0 | 101101 | 11000001 | 1011101 | 11101 |
Color Harmonies of #056F8D
Complementary color
Monochromatic Colors of #056F8D
Black with #056F8D
Text Example
Text Example
White with #056F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056F8D; }
p { color: rgb(5,111,141); }
H1.HeaderClassName
{
color: #056F8D;
}
.AnyTagClassName
{
color: #056F8D;
}
</style>
background-color css
<style>
a { background-color: #056F8D; }
a { background-color: rgb(5,111,141); }
div.DivClassName
{
background-color: #056F8D;
}
.BgClassName
{
background-color: #056F8D;
}
</style>
border-color css
<style>
span { border-color: #056F8D; }
span { border-color: rgb(5,111,141); }
td.TdClassName
{
border-color: #056F8D;
}
.TagClassName
{
border-color: #056F8D;
}
</style>