Shades of Teal Blue #224D58
Tints of Teal Blue #224D58
RGB
CMYK
RGB Variations
Color information
#224D58 (or 0x224D58) is known color: Teal Blue. HEX triplet: 22, 4D and 58. RGB value is (34,77,88). Sum of RGB (Red+Green+Blue) = 34+77+88=199 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.09% from 199); Green value is 77 (30.47% from 255 or 38.69% from 199); Blue value is 88 (34.77% from 255 or 44.22% from 199); Max value from RGB is 88 - color contains mainly: blue. Hex color #224D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224D58 is #DDB2A7. Grayscale: #414141. Windows color (decimal): -14529192 or 5786914. OLE color: 5786914.
HSL color Cylindrical-coordinate representation of color #224D58: hue angle of 192.22º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #224D58 is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 34 | 77 | 88 | - |
| CMYK | 0.61 | 0.12 | 0 | 0.65 |
| HSL | 192.22º | 0.44% | 0.24% | - |
| HSV(B) | 192.22º | 0.61% | 0.35% | - |
| XYZ | 5.08 | 6.35 | 10.19 | - |
| YUV | 65.4 | 140.75 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 77 | 88 | 0.61 | 0.12 | 0 | 0.65 | 192.22 | 0.44 | 0.24 |
| Hex | 22 | 4D | 58 | 3D | C | 0 | 41 | C0 | 2C | 18 |
| Octal | 42 | 115 | 130 | 75 | 14 | 0 | 101 | 300 | 54 | 30 |
| Binary | 100010 | 1001101 | 1011000 | 111101 | 1100 | 0 | 1000001 | 11000000 | 101100 | 11000 |
Color Harmonies of #224D58
Complementary color
Monochromatic Colors of #224D58
Black with #224D58
Text Example
Text Example
White with #224D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224D58; }
p { color: rgb(34,77,88); }
H1.HeaderClassName
{
color: #224D58;
}
.AnyTagClassName
{
color: #224D58;
}
</style>
background-color css
<style>
a { background-color: #224D58; }
a { background-color: rgb(34,77,88); }
div.DivClassName
{
background-color: #224D58;
}
.BgClassName
{
background-color: #224D58;
}
</style>
border-color css
<style>
span { border-color: #224D58; }
span { border-color: rgb(34,77,88); }
td.TdClassName
{
border-color: #224D58;
}
.TagClassName
{
border-color: #224D58;
}
</style>