Shades of Teal #056F8C
Tints of Teal #056F8C
RGB
CMYK
RGB Variations
Color information
#056F8C (or 0x056F8C) is known color: Teal. HEX triplet: 05, 6F and 8C. RGB value is (5,111,140). Sum of RGB (Red+Green+Blue) = 5+111+140=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 111 (43.75% from 255 or 43.36% from 256); Blue value is 140 (55.08% from 255 or 54.69% from 256); Max value from RGB is 140 - color contains mainly: blue. Hex color #056F8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056F8C is #FA9073. Grayscale: #525252. Windows color (decimal): -16420980 or 9203461. OLE color: 9203461.
HSL color Cylindrical-coordinate representation of color #056F8C: hue angle of 192.89º 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 #056F8C is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 111 | 140 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.45 |
| HSL | 192.89º | 0.93% | 0.28% | - |
| HSV(B) | 192.89º | 0.96% | 0.55% | - |
| XYZ | 10.48 | 13.29 | 26.82 | - |
| YUV | 82.61 | 160.38 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 111 | 140 | 0.96 | 0.21 | 0 | 0.45 | 192.89 | 0.93 | 0.28 |
| Hex | 5 | 6F | 8C | 60 | 15 | 0 | 2D | C1 | 5D | 1C |
| Octal | 5 | 157 | 214 | 140 | 25 | 0 | 55 | 301 | 135 | 34 |
| Binary | 101 | 1101111 | 10001100 | 1100000 | 10101 | 0 | 101101 | 11000001 | 1011101 | 11100 |
Color Harmonies of #056F8C
Complementary color
Monochromatic Colors of #056F8C
Black with #056F8C
Text Example
Text Example
White with #056F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056F8C; }
p { color: rgb(5,111,140); }
H1.HeaderClassName
{
color: #056F8C;
}
.AnyTagClassName
{
color: #056F8C;
}
</style>
background-color css
<style>
a { background-color: #056F8C; }
a { background-color: rgb(5,111,140); }
div.DivClassName
{
background-color: #056F8C;
}
.BgClassName
{
background-color: #056F8C;
}
</style>
border-color css
<style>
span { border-color: #056F8C; }
span { border-color: rgb(5,111,140); }
td.TdClassName
{
border-color: #056F8C;
}
.TagClassName
{
border-color: #056F8C;
}
</style>