Shades of Teal Blue #22515B
Tints of Teal Blue #22515B
RGB
CMYK
RGB Variations
Color information
#22515B (or 0x22515B) is known color: Teal Blue. HEX triplet: 22, 51 and 5B. RGB value is (34,81,91). Sum of RGB (Red+Green+Blue) = 34+81+91=206 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.50% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 91 - color contains mainly: blue. Hex color #22515B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22515B is #DDAEA4. Grayscale: #444444. Windows color (decimal): -14528165 or 5984546. OLE color: 5984546.
HSL color Cylindrical-coordinate representation of color #22515B: hue angle of 190.53º 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 #22515B is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 81 | 91 | - |
| CMYK | 0.63 | 0.11 | 0 | 0.64 |
| HSL | 190.53º | 0.46% | 0.25% | - |
| HSV(B) | 190.53º | 0.63% | 0.36% | - |
| XYZ | 5.49 | 6.98 | 10.96 | - |
| YUV | 68.09 | 140.93 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 81 | 91 | 0.63 | 0.11 | 0 | 0.64 | 190.53 | 0.46 | 0.25 |
| Hex | 22 | 51 | 5B | 3F | B | 0 | 40 | BF | 2E | 19 |
| Octal | 42 | 121 | 133 | 77 | 13 | 0 | 100 | 277 | 56 | 31 |
| Binary | 100010 | 1010001 | 1011011 | 111111 | 1011 | 0 | 1000000 | 10111111 | 101110 | 11001 |
Color Harmonies of #22515B
Complementary color
Monochromatic Colors of #22515B
Black with #22515B
Text Example
Text Example
White with #22515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22515B; }
p { color: rgb(34,81,91); }
H1.HeaderClassName
{
color: #22515B;
}
.AnyTagClassName
{
color: #22515B;
}
</style>
background-color css
<style>
a { background-color: #22515B; }
a { background-color: rgb(34,81,91); }
div.DivClassName
{
background-color: #22515B;
}
.BgClassName
{
background-color: #22515B;
}
</style>
border-color css
<style>
span { border-color: #22515B; }
span { border-color: rgb(34,81,91); }
td.TdClassName
{
border-color: #22515B;
}
.TagClassName
{
border-color: #22515B;
}
</style>