Shades of Deep Teal #22473F
Tints of Deep Teal #22473F
RGB
CMYK
RGB Variations
Color information
#22473F (or 0x22473F) is known color: Deep Teal. HEX triplet: 22, 47 and 3F. RGB value is (34,71,63). Sum of RGB (Red+Green+Blue) = 34+71+63=168 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.24% from 168); Green value is 71 (28.12% from 255 or 42.26% from 168); Blue value is 63 (25% from 255 or 37.5% from 168); Max value from RGB is 71 - color contains mainly: green. Hex color #22473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22473F is #DDB8C0. Grayscale: #3B3B3B. Windows color (decimal): -14530753 or 4146978. OLE color: 4146978.
HSL color Cylindrical-coordinate representation of color #22473F: hue angle of 167.03º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #22473F is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 34 | 71 | 63 | - |
| CMYK | 0.52 | 0 | 0.11 | 0.72 |
| HSL | 167.03º | 0.35% | 0.21% | - |
| HSV(B) | 167.03º | 0.52% | 0.28% | - |
| XYZ | 3.81 | 5.21 | 5.51 | - |
| YUV | 59.03 | 130.24 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 71 | 63 | 0.52 | 0 | 0.11 | 0.72 | 167.03 | 0.35 | 0.21 |
| Hex | 22 | 47 | 3F | 34 | 0 | B | 48 | A7 | 23 | 15 |
| Octal | 42 | 107 | 77 | 64 | 0 | 13 | 110 | 247 | 43 | 25 |
| Binary | 100010 | 1000111 | 111111 | 110100 | 0 | 1011 | 1001000 | 10100111 | 100011 | 10101 |
Color Harmonies of #22473F
Complementary color
Monochromatic Colors of #22473F
Black with #22473F
Text Example
Text Example
White with #22473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22473F; }
p { color: rgb(34,71,63); }
H1.HeaderClassName
{
color: #22473F;
}
.AnyTagClassName
{
color: #22473F;
}
</style>
background-color css
<style>
a { background-color: #22473F; }
a { background-color: rgb(34,71,63); }
div.DivClassName
{
background-color: #22473F;
}
.BgClassName
{
background-color: #22473F;
}
</style>
border-color css
<style>
span { border-color: #22473F; }
span { border-color: rgb(34,71,63); }
td.TdClassName
{
border-color: #22473F;
}
.TagClassName
{
border-color: #22473F;
}
</style>