Shades of Deep Teal #224640
Tints of Deep Teal #224640
RGB
CMYK
RGB Variations
Color information
#224640 (or 0x224640) is known color: Deep Teal. HEX triplet: 22, 46 and 40. RGB value is (34,70,64). Sum of RGB (Red+Green+Blue) = 34+70+64=168 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.24% from 168); Green value is 70 (27.73% from 255 or 41.67% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 70 - color contains mainly: green. Hex color #224640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224640 is #DDB9BF. Grayscale: #3A3A3A. Windows color (decimal): -14531008 or 4212258. OLE color: 4212258.
HSL color Cylindrical-coordinate representation of color #224640: hue angle of 170º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #224640 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 34 | 70 | 64 | - |
| CMYK | 0.51 | 0 | 0.09 | 0.73 |
| HSL | 170º | 0.35% | 0.2% | - |
| HSV(B) | 170º | 0.51% | 0.27% | - |
| XYZ | 3.78 | 5.09 | 5.63 | - |
| YUV | 58.55 | 131.07 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 70 | 64 | 0.51 | 0 | 0.09 | 0.73 | 170 | 0.35 | 0.2 |
| Hex | 22 | 46 | 40 | 33 | 0 | 9 | 49 | AA | 23 | 14 |
| Octal | 42 | 106 | 100 | 63 | 0 | 11 | 111 | 252 | 43 | 24 |
| Binary | 100010 | 1000110 | 1000000 | 110011 | 0 | 1001 | 1001001 | 10101010 | 100011 | 10100 |
Color Harmonies of #224640
Complementary color
Monochromatic Colors of #224640
Black with #224640
Text Example
Text Example
White with #224640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224640; }
p { color: rgb(34,70,64); }
H1.HeaderClassName
{
color: #224640;
}
.AnyTagClassName
{
color: #224640;
}
</style>
background-color css
<style>
a { background-color: #224640; }
a { background-color: rgb(34,70,64); }
div.DivClassName
{
background-color: #224640;
}
.BgClassName
{
background-color: #224640;
}
</style>
border-color css
<style>
span { border-color: #224640; }
span { border-color: rgb(34,70,64); }
td.TdClassName
{
border-color: #224640;
}
.TagClassName
{
border-color: #224640;
}
</style>