Shades of Teal Blue #225259
Tints of Teal Blue #225259
RGB
CMYK
RGB Variations
Color information
#225259 (or 0x225259) is known color: Teal Blue. HEX triplet: 22, 52 and 59. RGB value is (34,82,89). Sum of RGB (Red+Green+Blue) = 34+82+89=205 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.59% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 89 - color contains mainly: blue. Hex color #225259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225259 is #DDADA6. Grayscale: #444444. Windows color (decimal): -14527911 or 5853730. OLE color: 5853730.
HSL color Cylindrical-coordinate representation of color #225259: hue angle of 187.64º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #225259 is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 34 | 82 | 89 | - |
| CMYK | 0.62 | 0.08 | 0 | 0.65 |
| HSL | 187.64º | 0.45% | 0.24% | - |
| HSV(B) | 187.64º | 0.62% | 0.35% | - |
| XYZ | 5.48 | 7.1 | 10.53 | - |
| YUV | 68.45 | 139.6 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 82 | 89 | 0.62 | 0.08 | 0 | 0.65 | 187.64 | 0.45 | 0.24 |
| Hex | 22 | 52 | 59 | 3E | 8 | 0 | 41 | BC | 2D | 18 |
| Octal | 42 | 122 | 131 | 76 | 10 | 0 | 101 | 274 | 55 | 30 |
| Binary | 100010 | 1010010 | 1011001 | 111110 | 1000 | 0 | 1000001 | 10111100 | 101101 | 11000 |
Color Harmonies of #225259
Complementary color
Monochromatic Colors of #225259
Black with #225259
Text Example
Text Example
White with #225259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225259; }
p { color: rgb(34,82,89); }
H1.HeaderClassName
{
color: #225259;
}
.AnyTagClassName
{
color: #225259;
}
</style>
background-color css
<style>
a { background-color: #225259; }
a { background-color: rgb(34,82,89); }
div.DivClassName
{
background-color: #225259;
}
.BgClassName
{
background-color: #225259;
}
</style>
border-color css
<style>
span { border-color: #225259; }
span { border-color: rgb(34,82,89); }
td.TdClassName
{
border-color: #225259;
}
.TagClassName
{
border-color: #225259;
}
</style>