Shades of Teal #056D87
Tints of Teal #056D87
RGB
CMYK
RGB Variations
Color information
#056D87 (or 0x056D87) is known color: Teal. HEX triplet: 05, 6D and 87. RGB value is (5,109,135). Sum of RGB (Red+Green+Blue) = 5+109+135=249 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.01% from 249); Green value is 109 (42.97% from 255 or 43.78% from 249); Blue value is 135 (53.12% from 255 or 54.22% from 249); Max value from RGB is 135 - color contains mainly: blue. Hex color #056D87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056D87 is #FA9278. Grayscale: #505050. Windows color (decimal): -16421497 or 8875269. OLE color: 8875269.
HSL color Cylindrical-coordinate representation of color #056D87: hue angle of 192º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056D87 is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 109 | 135 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.47 |
| HSL | 192º | 0.93% | 0.27% | - |
| HSV(B) | 192º | 0.96% | 0.53% | - |
| XYZ | 9.9 | 12.72 | 24.85 | - |
| YUV | 80.87 | 158.54 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 109 | 135 | 0.96 | 0.19 | 0 | 0.47 | 192 | 0.93 | 0.27 |
| Hex | 5 | 6D | 87 | 60 | 13 | 0 | 2F | C0 | 5D | 1B |
| Octal | 5 | 155 | 207 | 140 | 23 | 0 | 57 | 300 | 135 | 33 |
| Binary | 101 | 1101101 | 10000111 | 1100000 | 10011 | 0 | 101111 | 11000000 | 1011101 | 11011 |
Color Harmonies of #056D87
Complementary color
Monochromatic Colors of #056D87
Black with #056D87
Text Example
Text Example
White with #056D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056D87; }
p { color: rgb(5,109,135); }
H1.HeaderClassName
{
color: #056D87;
}
.AnyTagClassName
{
color: #056D87;
}
</style>
background-color css
<style>
a { background-color: #056D87; }
a { background-color: rgb(5,109,135); }
div.DivClassName
{
background-color: #056D87;
}
.BgClassName
{
background-color: #056D87;
}
</style>
border-color css
<style>
span { border-color: #056D87; }
span { border-color: rgb(5,109,135); }
td.TdClassName
{
border-color: #056D87;
}
.TagClassName
{
border-color: #056D87;
}
</style>