Shades of Teal #056F89
Tints of Teal #056F89
RGB
CMYK
RGB Variations
Color information
#056F89 (or 0x056F89) is known color: Teal. HEX triplet: 05, 6F and 89. RGB value is (5,111,137). Sum of RGB (Red+Green+Blue) = 5+111+137=253 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 253); Green value is 111 (43.75% from 255 or 43.87% from 253); Blue value is 137 (53.91% from 255 or 54.15% from 253); Max value from RGB is 137 - color contains mainly: blue. Hex color #056F89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056F89 is #FA9076. Grayscale: #525252. Windows color (decimal): -16420983 or 9006853. OLE color: 9006853.
HSL color Cylindrical-coordinate representation of color #056F89: hue angle of 191.82º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056F89 is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 111 | 137 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.46 |
| HSL | 191.82º | 0.93% | 0.28% | - |
| HSV(B) | 191.82º | 0.96% | 0.54% | - |
| XYZ | 10.26 | 13.21 | 25.68 | - |
| YUV | 82.27 | 158.88 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 111 | 137 | 0.96 | 0.19 | 0 | 0.46 | 191.82 | 0.93 | 0.28 |
| Hex | 5 | 6F | 89 | 60 | 13 | 0 | 2E | C0 | 5D | 1C |
| Octal | 5 | 157 | 211 | 140 | 23 | 0 | 56 | 300 | 135 | 34 |
| Binary | 101 | 1101111 | 10001001 | 1100000 | 10011 | 0 | 101110 | 11000000 | 1011101 | 11100 |
Color Harmonies of #056F89
Complementary color
Monochromatic Colors of #056F89
Black with #056F89
Text Example
Text Example
White with #056F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056F89; }
p { color: rgb(5,111,137); }
H1.HeaderClassName
{
color: #056F89;
}
.AnyTagClassName
{
color: #056F89;
}
</style>
background-color css
<style>
a { background-color: #056F89; }
a { background-color: rgb(5,111,137); }
div.DivClassName
{
background-color: #056F89;
}
.BgClassName
{
background-color: #056F89;
}
</style>
border-color css
<style>
span { border-color: #056F89; }
span { border-color: rgb(5,111,137); }
td.TdClassName
{
border-color: #056F89;
}
.TagClassName
{
border-color: #056F89;
}
</style>