Shades of Teal Blue #224851
Tints of Teal Blue #224851
RGB
CMYK
RGB Variations
Color information
#224851 (or 0x224851) is known color: Teal Blue. HEX triplet: 22, 48 and 51. RGB value is (34,72,81). Sum of RGB (Red+Green+Blue) = 34+72+81=187 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.18% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 81 (32.03% from 255 or 43.32% from 187); Max value from RGB is 81 - color contains mainly: blue. Hex color #224851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224851 is #DDB7AE. Grayscale: #3D3D3D. Windows color (decimal): -14530479 or 5326882. OLE color: 5326882.
HSL color Cylindrical-coordinate representation of color #224851: hue angle of 191.49º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #224851 is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 34 | 72 | 81 | - |
| CMYK | 0.58 | 0.11 | 0 | 0.68 |
| HSL | 191.49º | 0.41% | 0.23% | - |
| HSV(B) | 191.49º | 0.58% | 0.32% | - |
| XYZ | 4.46 | 5.57 | 8.62 | - |
| YUV | 61.66 | 138.91 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 72 | 81 | 0.58 | 0.11 | 0 | 0.68 | 191.49 | 0.41 | 0.23 |
| Hex | 22 | 48 | 51 | 3A | B | 0 | 44 | BF | 29 | 17 |
| Octal | 42 | 110 | 121 | 72 | 13 | 0 | 104 | 277 | 51 | 27 |
| Binary | 100010 | 1001000 | 1010001 | 111010 | 1011 | 0 | 1000100 | 10111111 | 101001 | 10111 |
Color Harmonies of #224851
Complementary color
Monochromatic Colors of #224851
Black with #224851
Text Example
Text Example
White with #224851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224851; }
p { color: rgb(34,72,81); }
H1.HeaderClassName
{
color: #224851;
}
.AnyTagClassName
{
color: #224851;
}
</style>
background-color css
<style>
a { background-color: #224851; }
a { background-color: rgb(34,72,81); }
div.DivClassName
{
background-color: #224851;
}
.BgClassName
{
background-color: #224851;
}
</style>
border-color css
<style>
span { border-color: #224851; }
span { border-color: rgb(34,72,81); }
td.TdClassName
{
border-color: #224851;
}
.TagClassName
{
border-color: #224851;
}
</style>