Shades of Teal Blue #224C51
Tints of Teal Blue #224C51
RGB
CMYK
RGB Variations
Color information
#224C51 (or 0x224C51) is known color: Teal Blue. HEX triplet: 22, 4C and 51. RGB value is (34,76,81). Sum of RGB (Red+Green+Blue) = 34+76+81=191 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.80% from 191); Green value is 76 (30.08% from 255 or 39.79% from 191); Blue value is 81 (32.03% from 255 or 42.41% from 191); Max value from RGB is 81 - color contains mainly: blue. Hex color #224C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224C51 is #DDB3AE. Grayscale: #3F3F3F. Windows color (decimal): -14529455 or 5327906. OLE color: 5327906.
HSL color Cylindrical-coordinate representation of color #224C51: hue angle of 186.38º 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 #224C51 is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 34 | 76 | 81 | - |
| CMYK | 0.58 | 0.06 | 0 | 0.68 |
| HSL | 186.38º | 0.41% | 0.23% | - |
| HSV(B) | 186.38º | 0.58% | 0.32% | - |
| XYZ | 4.73 | 6.1 | 8.71 | - |
| YUV | 64.01 | 137.59 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 76 | 81 | 0.58 | 0.06 | 0 | 0.68 | 186.38 | 0.41 | 0.23 |
| Hex | 22 | 4C | 51 | 3A | 6 | 0 | 44 | BA | 29 | 17 |
| Octal | 42 | 114 | 121 | 72 | 6 | 0 | 104 | 272 | 51 | 27 |
| Binary | 100010 | 1001100 | 1010001 | 111010 | 110 | 0 | 1000100 | 10111010 | 101001 | 10111 |
Color Harmonies of #224C51
Complementary color
Monochromatic Colors of #224C51
Black with #224C51
Text Example
Text Example
White with #224C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224C51; }
p { color: rgb(34,76,81); }
H1.HeaderClassName
{
color: #224C51;
}
.AnyTagClassName
{
color: #224C51;
}
</style>
background-color css
<style>
a { background-color: #224C51; }
a { background-color: rgb(34,76,81); }
div.DivClassName
{
background-color: #224C51;
}
.BgClassName
{
background-color: #224C51;
}
</style>
border-color css
<style>
span { border-color: #224C51; }
span { border-color: rgb(34,76,81); }
td.TdClassName
{
border-color: #224C51;
}
.TagClassName
{
border-color: #224C51;
}
</style>