Shades of Teal Blue #22555B
Tints of Teal Blue #22555B
RGB
CMYK
RGB Variations
Color information
#22555B (or 0x22555B) is known color: Teal Blue. HEX triplet: 22, 55 and 5B. RGB value is (34,85,91). Sum of RGB (Red+Green+Blue) = 34+85+91=210 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.19% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 91 - color contains mainly: blue. Hex color #22555B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22555B is #DDAAA4. Grayscale: #464646. Windows color (decimal): -14527141 or 5985570. OLE color: 5985570.
HSL color Cylindrical-coordinate representation of color #22555B: hue angle of 186.32º 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 #22555B is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 85 | 91 | - |
| CMYK | 0.63 | 0.07 | 0 | 0.64 |
| HSL | 186.32º | 0.46% | 0.25% | - |
| HSV(B) | 186.32º | 0.63% | 0.36% | - |
| XYZ | 5.8 | 7.59 | 11.06 | - |
| YUV | 70.44 | 139.6 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 85 | 91 | 0.63 | 0.07 | 0 | 0.64 | 186.32 | 0.46 | 0.25 |
| Hex | 22 | 55 | 5B | 3F | 7 | 0 | 40 | BA | 2E | 19 |
| Octal | 42 | 125 | 133 | 77 | 7 | 0 | 100 | 272 | 56 | 31 |
| Binary | 100010 | 1010101 | 1011011 | 111111 | 111 | 0 | 1000000 | 10111010 | 101110 | 11001 |
Color Harmonies of #22555B
Complementary color
Monochromatic Colors of #22555B
Black with #22555B
Text Example
Text Example
White with #22555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22555B; }
p { color: rgb(34,85,91); }
H1.HeaderClassName
{
color: #22555B;
}
.AnyTagClassName
{
color: #22555B;
}
</style>
background-color css
<style>
a { background-color: #22555B; }
a { background-color: rgb(34,85,91); }
div.DivClassName
{
background-color: #22555B;
}
.BgClassName
{
background-color: #22555B;
}
</style>
border-color css
<style>
span { border-color: #22555B; }
span { border-color: rgb(34,85,91); }
td.TdClassName
{
border-color: #22555B;
}
.TagClassName
{
border-color: #22555B;
}
</style>