Shades of Teal #056D8C
Tints of Teal #056D8C
RGB
CMYK
RGB Variations
Color information
#056D8C (or 0x056D8C) is known color: Teal. HEX triplet: 05, 6D and 8C. RGB value is (5,109,140). Sum of RGB (Red+Green+Blue) = 5+109+140=254 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.97% from 254); Green value is 109 (42.97% from 255 or 42.91% from 254); Blue value is 140 (55.08% from 255 or 55.12% from 254); Max value from RGB is 140 - color contains mainly: blue. Hex color #056D8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056D8C is #FA9273. Grayscale: #515151. Windows color (decimal): -16421492 or 9202949. OLE color: 9202949.
HSL color Cylindrical-coordinate representation of color #056D8C: hue angle of 193.78º 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 #056D8C is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 109 | 140 | - |
| CMYK | 0.96 | 0.22 | 0 | 0.45 |
| HSL | 193.78º | 0.93% | 0.28% | - |
| HSV(B) | 193.78º | 0.96% | 0.55% | - |
| XYZ | 10.26 | 12.86 | 26.75 | - |
| YUV | 81.44 | 161.04 | 73.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 109 | 140 | 0.96 | 0.22 | 0 | 0.45 | 193.78 | 0.93 | 0.28 |
| Hex | 5 | 6D | 8C | 60 | 16 | 0 | 2D | C2 | 5D | 1C |
| Octal | 5 | 155 | 214 | 140 | 26 | 0 | 55 | 302 | 135 | 34 |
| Binary | 101 | 1101101 | 10001100 | 1100000 | 10110 | 0 | 101101 | 11000010 | 1011101 | 11100 |
Color Harmonies of #056D8C
Complementary color
Monochromatic Colors of #056D8C
Black with #056D8C
Text Example
Text Example
White with #056D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056D8C; }
p { color: rgb(5,109,140); }
H1.HeaderClassName
{
color: #056D8C;
}
.AnyTagClassName
{
color: #056D8C;
}
</style>
background-color css
<style>
a { background-color: #056D8C; }
a { background-color: rgb(5,109,140); }
div.DivClassName
{
background-color: #056D8C;
}
.BgClassName
{
background-color: #056D8C;
}
</style>
border-color css
<style>
span { border-color: #056D8C; }
span { border-color: rgb(5,109,140); }
td.TdClassName
{
border-color: #056D8C;
}
.TagClassName
{
border-color: #056D8C;
}
</style>