Shades of Teal Blue #22515C
Tints of Teal Blue #22515C
RGB
CMYK
RGB Variations
Color information
#22515C (or 0x22515C) is known color: Teal Blue. HEX triplet: 22, 51 and 5C. RGB value is (34,81,92). Sum of RGB (Red+Green+Blue) = 34+81+92=207 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.43% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 92 - color contains mainly: blue. Hex color #22515C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22515C is #DDAEA3. Grayscale: #444444. Windows color (decimal): -14528164 or 6050082. OLE color: 6050082.
HSL color Cylindrical-coordinate representation of color #22515C: hue angle of 191.38º 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 #22515C is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 81 | 92 | - |
| CMYK | 0.63 | 0.12 | 0 | 0.64 |
| HSL | 191.38º | 0.46% | 0.25% | - |
| HSV(B) | 191.38º | 0.63% | 0.36% | - |
| XYZ | 5.53 | 7 | 11.18 | - |
| YUV | 68.2 | 141.43 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 81 | 92 | 0.63 | 0.12 | 0 | 0.64 | 191.38 | 0.46 | 0.25 |
| Hex | 22 | 51 | 5C | 3F | C | 0 | 40 | BF | 2E | 19 |
| Octal | 42 | 121 | 134 | 77 | 14 | 0 | 100 | 277 | 56 | 31 |
| Binary | 100010 | 1010001 | 1011100 | 111111 | 1100 | 0 | 1000000 | 10111111 | 101110 | 11001 |
Color Harmonies of #22515C
Complementary color
Monochromatic Colors of #22515C
Black with #22515C
Text Example
Text Example
White with #22515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22515C; }
p { color: rgb(34,81,92); }
H1.HeaderClassName
{
color: #22515C;
}
.AnyTagClassName
{
color: #22515C;
}
</style>
background-color css
<style>
a { background-color: #22515C; }
a { background-color: rgb(34,81,92); }
div.DivClassName
{
background-color: #22515C;
}
.BgClassName
{
background-color: #22515C;
}
</style>
border-color css
<style>
span { border-color: #22515C; }
span { border-color: rgb(34,81,92); }
td.TdClassName
{
border-color: #22515C;
}
.TagClassName
{
border-color: #22515C;
}
</style>