Shades of Deep Teal #22423B
Tints of Deep Teal #22423B
RGB
CMYK
RGB Variations
Color information
#22423B (or 0x22423B) is known color: Deep Teal. HEX triplet: 22, 42 and 3B. RGB value is (34,66,59). Sum of RGB (Red+Green+Blue) = 34+66+59=159 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.38% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 59 (23.44% from 255 or 37.11% from 159); Max value from RGB is 66 - color contains mainly: green. Hex color #22423B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22423B is #DDBDC4. Grayscale: #373737. Windows color (decimal): -14532037 or 3883554. OLE color: 3883554.
HSL color Cylindrical-coordinate representation of color #22423B: hue angle of 166.88º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #22423B is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 34 | 66 | 59 | - |
| CMYK | 0.48 | 0 | 0.11 | 0.74 |
| HSL | 166.88º | 0.32% | 0.2% | - |
| HSV(B) | 166.88º | 0.48% | 0.26% | - |
| XYZ | 3.4 | 4.55 | 4.84 | - |
| YUV | 55.63 | 129.9 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 66 | 59 | 0.48 | 0 | 0.11 | 0.74 | 166.88 | 0.32 | 0.2 |
| Hex | 22 | 42 | 3B | 30 | 0 | B | 4A | A7 | 20 | 14 |
| Octal | 42 | 102 | 73 | 60 | 0 | 13 | 112 | 247 | 40 | 24 |
| Binary | 100010 | 1000010 | 111011 | 110000 | 0 | 1011 | 1001010 | 10100111 | 100000 | 10100 |
Color Harmonies of #22423B
Complementary color
Monochromatic Colors of #22423B
Black with #22423B
Text Example
Text Example
White with #22423B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22423B; }
p { color: rgb(34,66,59); }
H1.HeaderClassName
{
color: #22423B;
}
.AnyTagClassName
{
color: #22423B;
}
</style>
background-color css
<style>
a { background-color: #22423B; }
a { background-color: rgb(34,66,59); }
div.DivClassName
{
background-color: #22423B;
}
.BgClassName
{
background-color: #22423B;
}
</style>
border-color css
<style>
span { border-color: #22423B; }
span { border-color: rgb(34,66,59); }
td.TdClassName
{
border-color: #22423B;
}
.TagClassName
{
border-color: #22423B;
}
</style>