Shades of Teal Blue #224D56
Tints of Teal Blue #224D56
RGB
CMYK
RGB Variations
Color information
#224D56 (or 0x224D56) is known color: Teal Blue. HEX triplet: 22, 4D and 56. RGB value is (34,77,86). Sum of RGB (Red+Green+Blue) = 34+77+86=197 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.26% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 86 (33.98% from 255 or 43.65% from 197); Max value from RGB is 86 - color contains mainly: blue. Hex color #224D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224D56 is #DDB2A9. Grayscale: #414141. Windows color (decimal): -14529194 or 5655842. OLE color: 5655842.
HSL color Cylindrical-coordinate representation of color #224D56: hue angle of 190.38º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #224D56 is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 34 | 77 | 86 | - |
| CMYK | 0.60 | 0.10 | 0 | 0.66 |
| HSL | 190.38º | 0.43% | 0.24% | - |
| HSV(B) | 190.38º | 0.6% | 0.34% | - |
| XYZ | 4.99 | 6.32 | 9.76 | - |
| YUV | 65.17 | 139.75 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 77 | 86 | 0.60 | 0.10 | 0 | 0.66 | 190.38 | 0.43 | 0.24 |
| Hex | 22 | 4D | 56 | 3C | A | 0 | 42 | BE | 2B | 18 |
| Octal | 42 | 115 | 126 | 74 | 12 | 0 | 102 | 276 | 53 | 30 |
| Binary | 100010 | 1001101 | 1010110 | 111100 | 1010 | 0 | 1000010 | 10111110 | 101011 | 11000 |
Color Harmonies of #224D56
Complementary color
Monochromatic Colors of #224D56
Black with #224D56
Text Example
Text Example
White with #224D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224D56; }
p { color: rgb(34,77,86); }
H1.HeaderClassName
{
color: #224D56;
}
.AnyTagClassName
{
color: #224D56;
}
</style>
background-color css
<style>
a { background-color: #224D56; }
a { background-color: rgb(34,77,86); }
div.DivClassName
{
background-color: #224D56;
}
.BgClassName
{
background-color: #224D56;
}
</style>
border-color css
<style>
span { border-color: #224D56; }
span { border-color: rgb(34,77,86); }
td.TdClassName
{
border-color: #224D56;
}
.TagClassName
{
border-color: #224D56;
}
</style>