Shades of Teal Blue #224D54
Tints of Teal Blue #224D54
RGB
CMYK
RGB Variations
Color information
#224D54 (or 0x224D54) is known color: Teal Blue. HEX triplet: 22, 4D and 54. RGB value is (34,77,84). Sum of RGB (Red+Green+Blue) = 34+77+84=195 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.44% from 195); Green value is 77 (30.47% from 255 or 39.49% from 195); Blue value is 84 (33.20% from 255 or 43.08% from 195); Max value from RGB is 84 - color contains mainly: blue. Hex color #224D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224D54 is #DDB2AB. Grayscale: #404040. Windows color (decimal): -14529196 or 5524770. OLE color: 5524770.
HSL color Cylindrical-coordinate representation of color #224D54: hue angle of 188.4º degrees, saturation: 0.42, 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 #224D54 is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 34 | 77 | 84 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.67 |
| HSL | 188.4º | 0.42% | 0.23% | - |
| HSV(B) | 188.4º | 0.6% | 0.33% | - |
| XYZ | 4.91 | 6.29 | 9.34 | - |
| YUV | 64.94 | 138.75 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 77 | 84 | 0.60 | 0.08 | 0 | 0.67 | 188.4 | 0.42 | 0.23 |
| Hex | 22 | 4D | 54 | 3C | 8 | 0 | 43 | BC | 2A | 17 |
| Octal | 42 | 115 | 124 | 74 | 10 | 0 | 103 | 274 | 52 | 27 |
| Binary | 100010 | 1001101 | 1010100 | 111100 | 1000 | 0 | 1000011 | 10111100 | 101010 | 10111 |
Color Harmonies of #224D54
Complementary color
Monochromatic Colors of #224D54
Black with #224D54
Text Example
Text Example
White with #224D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224D54; }
p { color: rgb(34,77,84); }
H1.HeaderClassName
{
color: #224D54;
}
.AnyTagClassName
{
color: #224D54;
}
</style>
background-color css
<style>
a { background-color: #224D54; }
a { background-color: rgb(34,77,84); }
div.DivClassName
{
background-color: #224D54;
}
.BgClassName
{
background-color: #224D54;
}
</style>
border-color css
<style>
span { border-color: #224D54; }
span { border-color: rgb(34,77,84); }
td.TdClassName
{
border-color: #224D54;
}
.TagClassName
{
border-color: #224D54;
}
</style>