Shades of Teal #056E82
Tints of Teal #056E82
RGB
CMYK
RGB Variations
Color information
#056E82 (or 0x056E82) is known color: Teal. HEX triplet: 05, 6E and 82. RGB value is (5,110,130). Sum of RGB (Red+Green+Blue) = 5+110+130=245 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.04% from 245); Green value is 110 (43.36% from 255 or 44.90% from 245); Blue value is 130 (51.17% from 255 or 53.06% from 245); Max value from RGB is 130 - color contains mainly: blue. Hex color #056E82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056E82 is #FA917D. Grayscale: #505050. Windows color (decimal): -16421246 or 8547845. OLE color: 8547845.
HSL color Cylindrical-coordinate representation of color #056E82: hue angle of 189.6º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056E82 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 110 | 130 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.49 |
| HSL | 189.6º | 0.93% | 0.26% | - |
| HSV(B) | 189.6º | 0.96% | 0.51% | - |
| XYZ | 9.67 | 12.8 | 23.08 | - |
| YUV | 80.89 | 155.71 | 73.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 110 | 130 | 0.96 | 0.15 | 0 | 0.49 | 189.6 | 0.93 | 0.26 |
| Hex | 5 | 6E | 82 | 60 | F | 0 | 31 | BE | 5D | 1A |
| Octal | 5 | 156 | 202 | 140 | 17 | 0 | 61 | 276 | 135 | 32 |
| Binary | 101 | 1101110 | 10000010 | 1100000 | 1111 | 0 | 110001 | 10111110 | 1011101 | 11010 |
Color Harmonies of #056E82
Complementary color
Monochromatic Colors of #056E82
Black with #056E82
Text Example
Text Example
White with #056E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056E82; }
p { color: rgb(5,110,130); }
H1.HeaderClassName
{
color: #056E82;
}
.AnyTagClassName
{
color: #056E82;
}
</style>
background-color css
<style>
a { background-color: #056E82; }
a { background-color: rgb(5,110,130); }
div.DivClassName
{
background-color: #056E82;
}
.BgClassName
{
background-color: #056E82;
}
</style>
border-color css
<style>
span { border-color: #056E82; }
span { border-color: rgb(5,110,130); }
td.TdClassName
{
border-color: #056E82;
}
.TagClassName
{
border-color: #056E82;
}
</style>