Shades of Teal Blue #224651
Tints of Teal Blue #224651
RGB
CMYK
RGB Variations
Color information
#224651 (or 0x224651) is known color: Teal Blue. HEX triplet: 22, 46 and 51. RGB value is (34,70,81). Sum of RGB (Red+Green+Blue) = 34+70+81=185 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.38% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 81 (32.03% from 255 or 43.78% from 185); Max value from RGB is 81 - color contains mainly: blue. Hex color #224651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224651 is #DDB9AE. Grayscale: #3C3C3C. Windows color (decimal): -14530991 or 5326370. OLE color: 5326370.
HSL color Cylindrical-coordinate representation of color #224651: hue angle of 194.04º 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 #224651 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 34 | 70 | 81 | - |
| CMYK | 0.58 | 0.14 | 0 | 0.68 |
| HSL | 194.04º | 0.41% | 0.23% | - |
| HSV(B) | 194.04º | 0.58% | 0.32% | - |
| XYZ | 4.34 | 5.31 | 8.58 | - |
| YUV | 60.49 | 139.57 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 70 | 81 | 0.58 | 0.14 | 0 | 0.68 | 194.04 | 0.41 | 0.23 |
| Hex | 22 | 46 | 51 | 3A | E | 0 | 44 | C2 | 29 | 17 |
| Octal | 42 | 106 | 121 | 72 | 16 | 0 | 104 | 302 | 51 | 27 |
| Binary | 100010 | 1000110 | 1010001 | 111010 | 1110 | 0 | 1000100 | 11000010 | 101001 | 10111 |
Color Harmonies of #224651
Complementary color
Monochromatic Colors of #224651
Black with #224651
Text Example
Text Example
White with #224651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224651; }
p { color: rgb(34,70,81); }
H1.HeaderClassName
{
color: #224651;
}
.AnyTagClassName
{
color: #224651;
}
</style>
background-color css
<style>
a { background-color: #224651; }
a { background-color: rgb(34,70,81); }
div.DivClassName
{
background-color: #224651;
}
.BgClassName
{
background-color: #224651;
}
</style>
border-color css
<style>
span { border-color: #224651; }
span { border-color: rgb(34,70,81); }
td.TdClassName
{
border-color: #224651;
}
.TagClassName
{
border-color: #224651;
}
</style>