Shades of Deep Teal #164B3C
Tints of Deep Teal #164B3C
RGB
CMYK
RGB Variations
Color information
#164B3C (or 0x164B3C) is known color: Deep Teal. HEX triplet: 16, 4B and 3C. RGB value is (22,75,60). Sum of RGB (Red+Green+Blue) = 22+75+60=157 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.01% from 157); Green value is 75 (29.69% from 255 or 47.77% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 75 - color contains mainly: green. Hex color #164B3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164B3C is #E9B4C3. Grayscale: #393939. Windows color (decimal): -15316164 or 3951382. OLE color: 3951382.
HSL color Cylindrical-coordinate representation of color #164B3C: hue angle of 163.02º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #164B3C is Cyan = 0.71, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 75 | 60 | - |
| CMYK | 0.71 | 0 | 0.20 | 0.71 |
| HSL | 163.02º | 0.55% | 0.19% | - |
| HSV(B) | 163.02º | 0.71% | 0.29% | - |
| XYZ | 3.66 | 5.53 | 5.15 | - |
| YUV | 57.44 | 129.44 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 75 | 60 | 0.71 | 0 | 0.20 | 0.71 | 163.02 | 0.55 | 0.19 |
| Hex | 16 | 4B | 3C | 47 | 0 | 14 | 47 | A3 | 37 | 13 |
| Octal | 26 | 113 | 74 | 107 | 0 | 24 | 107 | 243 | 67 | 23 |
| Binary | 10110 | 1001011 | 111100 | 1000111 | 0 | 10100 | 1000111 | 10100011 | 110111 | 10011 |
Color Harmonies of #164B3C
Complementary color
Monochromatic Colors of #164B3C
Black with #164B3C
Text Example
Text Example
White with #164B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164B3C; }
p { color: rgb(22,75,60); }
H1.HeaderClassName
{
color: #164B3C;
}
.AnyTagClassName
{
color: #164B3C;
}
</style>
background-color css
<style>
a { background-color: #164B3C; }
a { background-color: rgb(22,75,60); }
div.DivClassName
{
background-color: #164B3C;
}
.BgClassName
{
background-color: #164B3C;
}
</style>
border-color css
<style>
span { border-color: #164B3C; }
span { border-color: rgb(22,75,60); }
td.TdClassName
{
border-color: #164B3C;
}
.TagClassName
{
border-color: #164B3C;
}
</style>