Shades of Teal Blue #224D55
Tints of Teal Blue #224D55
RGB
CMYK
RGB Variations
Color information
#224D55 (or 0x224D55) is known color: Teal Blue. HEX triplet: 22, 4D and 55. RGB value is (34,77,85). Sum of RGB (Red+Green+Blue) = 34+77+85=196 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.35% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 85 - color contains mainly: blue. Hex color #224D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224D55 is #DDB2AA. Grayscale: #404040. Windows color (decimal): -14529195 or 5590306. OLE color: 5590306.
HSL color Cylindrical-coordinate representation of color #224D55: hue angle of 189.41º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #224D55 is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 34 | 77 | 85 | - |
| CMYK | 0.60 | 0.09 | 0 | 0.67 |
| HSL | 189.41º | 0.43% | 0.23% | - |
| HSV(B) | 189.41º | 0.6% | 0.33% | - |
| XYZ | 4.95 | 6.3 | 9.55 | - |
| YUV | 65.06 | 139.25 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 77 | 85 | 0.60 | 0.09 | 0 | 0.67 | 189.41 | 0.43 | 0.23 |
| Hex | 22 | 4D | 55 | 3C | 9 | 0 | 43 | BD | 2B | 17 |
| Octal | 42 | 115 | 125 | 74 | 11 | 0 | 103 | 275 | 53 | 27 |
| Binary | 100010 | 1001101 | 1010101 | 111100 | 1001 | 0 | 1000011 | 10111101 | 101011 | 10111 |
Color Harmonies of #224D55
Complementary color
Monochromatic Colors of #224D55
Black with #224D55
Text Example
Text Example
White with #224D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224D55; }
p { color: rgb(34,77,85); }
H1.HeaderClassName
{
color: #224D55;
}
.AnyTagClassName
{
color: #224D55;
}
</style>
background-color css
<style>
a { background-color: #224D55; }
a { background-color: rgb(34,77,85); }
div.DivClassName
{
background-color: #224D55;
}
.BgClassName
{
background-color: #224D55;
}
</style>
border-color css
<style>
span { border-color: #224D55; }
span { border-color: rgb(34,77,85); }
td.TdClassName
{
border-color: #224D55;
}
.TagClassName
{
border-color: #224D55;
}
</style>