Shades of Deep Teal #164035
Tints of Deep Teal #164035
RGB
CMYK
RGB Variations
Color information
#164035 (or 0x164035) is known color: Deep Teal. HEX triplet: 16, 40 and 35. RGB value is (22,64,53). Sum of RGB (Red+Green+Blue) = 22+64+53=139 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.83% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 53 (21.09% from 255 or 38.13% from 139); Max value from RGB is 64 - color contains mainly: green. Hex color #164035 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164035 is #E9BFCA. Grayscale: #323232. Windows color (decimal): -15318987 or 3489814. OLE color: 3489814.
HSL color Cylindrical-coordinate representation of color #164035: hue angle of 164.29º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #164035 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 64 | 53 | - |
| CMYK | 0.66 | 0 | 0.17 | 0.75 |
| HSL | 164.29º | 0.49% | 0.17% | - |
| HSV(B) | 164.29º | 0.66% | 0.25% | - |
| XYZ | 2.81 | 4.09 | 4.01 | - |
| YUV | 50.19 | 129.59 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 64 | 53 | 0.66 | 0 | 0.17 | 0.75 | 164.29 | 0.49 | 0.17 |
| Hex | 16 | 40 | 35 | 42 | 0 | 11 | 4B | A4 | 31 | 11 |
| Octal | 26 | 100 | 65 | 102 | 0 | 21 | 113 | 244 | 61 | 21 |
| Binary | 10110 | 1000000 | 110101 | 1000010 | 0 | 10001 | 1001011 | 10100100 | 110001 | 10001 |
Color Harmonies of #164035
Complementary color
Monochromatic Colors of #164035
Black with #164035
Text Example
Text Example
White with #164035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164035; }
p { color: rgb(22,64,53); }
H1.HeaderClassName
{
color: #164035;
}
.AnyTagClassName
{
color: #164035;
}
</style>
background-color css
<style>
a { background-color: #164035; }
a { background-color: rgb(22,64,53); }
div.DivClassName
{
background-color: #164035;
}
.BgClassName
{
background-color: #164035;
}
</style>
border-color css
<style>
span { border-color: #164035; }
span { border-color: rgb(22,64,53); }
td.TdClassName
{
border-color: #164035;
}
.TagClassName
{
border-color: #164035;
}
</style>