Shades of Teal Blue #224C5B
Tints of Teal Blue #224C5B
RGB
CMYK
RGB Variations
Color information
#224C5B (or 0x224C5B) is known color: Teal Blue. HEX triplet: 22, 4C and 5B. RGB value is (34,76,91). Sum of RGB (Red+Green+Blue) = 34+76+91=201 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.92% from 201); Green value is 76 (30.08% from 255 or 37.81% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 91 - color contains mainly: blue. Hex color #224C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224C5B is #DDB3A4. Grayscale: #414141. Windows color (decimal): -14529445 or 5983266. OLE color: 5983266.
HSL color Cylindrical-coordinate representation of color #224C5B: hue angle of 195.79º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #224C5B is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 76 | 91 | - |
| CMYK | 0.63 | 0.16 | 0 | 0.64 |
| HSL | 195.79º | 0.46% | 0.25% | - |
| HSV(B) | 195.79º | 0.63% | 0.36% | - |
| XYZ | 5.13 | 6.26 | 10.84 | - |
| YUV | 65.15 | 142.59 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 76 | 91 | 0.63 | 0.16 | 0 | 0.64 | 195.79 | 0.46 | 0.25 |
| Hex | 22 | 4C | 5B | 3F | 10 | 0 | 40 | C4 | 2E | 19 |
| Octal | 42 | 114 | 133 | 77 | 20 | 0 | 100 | 304 | 56 | 31 |
| Binary | 100010 | 1001100 | 1011011 | 111111 | 10000 | 0 | 1000000 | 11000100 | 101110 | 11001 |
Color Harmonies of #224C5B
Complementary color
Monochromatic Colors of #224C5B
Black with #224C5B
Text Example
Text Example
White with #224C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224C5B; }
p { color: rgb(34,76,91); }
H1.HeaderClassName
{
color: #224C5B;
}
.AnyTagClassName
{
color: #224C5B;
}
</style>
background-color css
<style>
a { background-color: #224C5B; }
a { background-color: rgb(34,76,91); }
div.DivClassName
{
background-color: #224C5B;
}
.BgClassName
{
background-color: #224C5B;
}
</style>
border-color css
<style>
span { border-color: #224C5B; }
span { border-color: rgb(34,76,91); }
td.TdClassName
{
border-color: #224C5B;
}
.TagClassName
{
border-color: #224C5B;
}
</style>