Shades of Deep Teal #22423D
Tints of Deep Teal #22423D
RGB
CMYK
RGB Variations
Color information
#22423D (or 0x22423D) is known color: Deep Teal. HEX triplet: 22, 42 and 3D. RGB value is (34,66,61). Sum of RGB (Red+Green+Blue) = 34+66+61=161 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.12% from 161); Green value is 66 (26.17% from 255 or 40.99% from 161); Blue value is 61 (24.22% from 255 or 37.89% from 161); Max value from RGB is 66 - color contains mainly: green. Hex color #22423D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22423D is #DDBDC2. Grayscale: #373737. Windows color (decimal): -14532035 or 4014626. OLE color: 4014626.
HSL color Cylindrical-coordinate representation of color #22423D: hue angle of 170.62º 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 #22423D is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 34 | 66 | 61 | - |
| CMYK | 0.48 | 0 | 0.08 | 0.74 |
| HSL | 170.63º | 0.32% | 0.2% | - |
| HSV(B) | 170.63º | 0.48% | 0.26% | - |
| XYZ | 3.45 | 4.57 | 5.12 | - |
| YUV | 55.86 | 130.9 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 66 | 61 | 0.48 | 0 | 0.08 | 0.74 | 170.63 | 0.32 | 0.2 |
| Hex | 22 | 42 | 3D | 30 | 0 | 8 | 4A | AB | 20 | 14 |
| Octal | 42 | 102 | 75 | 60 | 0 | 10 | 112 | 253 | 40 | 24 |
| Binary | 100010 | 1000010 | 111101 | 110000 | 0 | 1000 | 1001010 | 10101011 | 100000 | 10100 |
Color Harmonies of #22423D
Complementary color
Monochromatic Colors of #22423D
Black with #22423D
Text Example
Text Example
White with #22423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22423D; }
p { color: rgb(34,66,61); }
H1.HeaderClassName
{
color: #22423D;
}
.AnyTagClassName
{
color: #22423D;
}
</style>
background-color css
<style>
a { background-color: #22423D; }
a { background-color: rgb(34,66,61); }
div.DivClassName
{
background-color: #22423D;
}
.BgClassName
{
background-color: #22423D;
}
</style>
border-color css
<style>
span { border-color: #22423D; }
span { border-color: rgb(34,66,61); }
td.TdClassName
{
border-color: #22423D;
}
.TagClassName
{
border-color: #22423D;
}
</style>