Shades of Teal #056D88
Tints of Teal #056D88
RGB
CMYK
RGB Variations
Color information
#056D88 (or 0x056D88) is known color: Teal. HEX triplet: 05, 6D and 88. RGB value is (5,109,136). Sum of RGB (Red+Green+Blue) = 5+109+136=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 109 (42.97% from 255 or 43.6% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #056D88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056D88 is #FA9277. Grayscale: #505050. Windows color (decimal): -16421496 or 8940805. OLE color: 8940805.
HSL color Cylindrical-coordinate representation of color #056D88: hue angle of 192.37º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056D88 is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 109 | 136 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.47 |
| HSL | 192.37º | 0.93% | 0.28% | - |
| HSV(B) | 192.37º | 0.96% | 0.53% | - |
| XYZ | 9.98 | 12.75 | 25.23 | - |
| YUV | 80.98 | 159.04 | 73.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 109 | 136 | 0.96 | 0.20 | 0 | 0.47 | 192.37 | 0.93 | 0.28 |
| Hex | 5 | 6D | 88 | 60 | 14 | 0 | 2F | C0 | 5D | 1C |
| Octal | 5 | 155 | 210 | 140 | 24 | 0 | 57 | 300 | 135 | 34 |
| Binary | 101 | 1101101 | 10001000 | 1100000 | 10100 | 0 | 101111 | 11000000 | 1011101 | 11100 |
Color Harmonies of #056D88
Complementary color
Monochromatic Colors of #056D88
Black with #056D88
Text Example
Text Example
White with #056D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056D88; }
p { color: rgb(5,109,136); }
H1.HeaderClassName
{
color: #056D88;
}
.AnyTagClassName
{
color: #056D88;
}
</style>
background-color css
<style>
a { background-color: #056D88; }
a { background-color: rgb(5,109,136); }
div.DivClassName
{
background-color: #056D88;
}
.BgClassName
{
background-color: #056D88;
}
</style>
border-color css
<style>
span { border-color: #056D88; }
span { border-color: rgb(5,109,136); }
td.TdClassName
{
border-color: #056D88;
}
.TagClassName
{
border-color: #056D88;
}
</style>