Shades of Teal Blue #224954
Tints of Teal Blue #224954
RGB
CMYK
RGB Variations
Color information
#224954 (or 0x224954) is known color: Teal Blue. HEX triplet: 22, 49 and 54. RGB value is (34,73,84). Sum of RGB (Red+Green+Blue) = 34+73+84=191 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.80% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 84 (33.20% from 255 or 43.98% from 191); Max value from RGB is 84 - color contains mainly: blue. Hex color #224954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224954 is #DDB6AB. Grayscale: #3E3E3E. Windows color (decimal): -14530220 or 5523746. OLE color: 5523746.
HSL color Cylindrical-coordinate representation of color #224954: hue angle of 193.2º 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 #224954 is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 34 | 73 | 84 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.67 |
| HSL | 193.2º | 0.42% | 0.23% | - |
| HSV(B) | 193.2º | 0.6% | 0.33% | - |
| XYZ | 4.64 | 5.75 | 9.25 | - |
| YUV | 62.59 | 140.08 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 73 | 84 | 0.60 | 0.13 | 0 | 0.67 | 193.2 | 0.42 | 0.23 |
| Hex | 22 | 49 | 54 | 3C | D | 0 | 43 | C1 | 2A | 17 |
| Octal | 42 | 111 | 124 | 74 | 15 | 0 | 103 | 301 | 52 | 27 |
| Binary | 100010 | 1001001 | 1010100 | 111100 | 1101 | 0 | 1000011 | 11000001 | 101010 | 10111 |
Color Harmonies of #224954
Complementary color
Monochromatic Colors of #224954
Black with #224954
Text Example
Text Example
White with #224954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224954; }
p { color: rgb(34,73,84); }
H1.HeaderClassName
{
color: #224954;
}
.AnyTagClassName
{
color: #224954;
}
</style>
background-color css
<style>
a { background-color: #224954; }
a { background-color: rgb(34,73,84); }
div.DivClassName
{
background-color: #224954;
}
.BgClassName
{
background-color: #224954;
}
</style>
border-color css
<style>
span { border-color: #224954; }
span { border-color: rgb(34,73,84); }
td.TdClassName
{
border-color: #224954;
}
.TagClassName
{
border-color: #224954;
}
</style>