Shades of Teal Blue #164B53
Tints of Teal Blue #164B53
RGB
CMYK
RGB Variations
Color information
#164B53 (or 0x164B53) is known color: Teal Blue. HEX triplet: 16, 4B and 53. RGB value is (22,75,83). Sum of RGB (Red+Green+Blue) = 22+75+83=180 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.22% from 180); Green value is 75 (29.69% from 255 or 41.67% from 180); Blue value is 83 (32.81% from 255 or 46.11% from 180); Max value from RGB is 83 - color contains mainly: blue. Hex color #164B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164B53 is #E9B4AC. Grayscale: #3B3B3B. Windows color (decimal): -15316141 or 5458710. OLE color: 5458710.
HSL color Cylindrical-coordinate representation of color #164B53: hue angle of 187.87º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #164B53 is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 75 | 83 | - |
| CMYK | 0.73 | 0.10 | 0 | 0.67 |
| HSL | 187.87º | 0.58% | 0.21% | - |
| HSV(B) | 187.87º | 0.73% | 0.33% | - |
| XYZ | 4.41 | 5.83 | 9.08 | - |
| YUV | 60.07 | 140.94 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 75 | 83 | 0.73 | 0.10 | 0 | 0.67 | 187.87 | 0.58 | 0.21 |
| Hex | 16 | 4B | 53 | 49 | A | 0 | 43 | BC | 3A | 15 |
| Octal | 26 | 113 | 123 | 111 | 12 | 0 | 103 | 274 | 72 | 25 |
| Binary | 10110 | 1001011 | 1010011 | 1001001 | 1010 | 0 | 1000011 | 10111100 | 111010 | 10101 |
Color Harmonies of #164B53
Complementary color
Monochromatic Colors of #164B53
Black with #164B53
Text Example
Text Example
White with #164B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164B53; }
p { color: rgb(22,75,83); }
H1.HeaderClassName
{
color: #164B53;
}
.AnyTagClassName
{
color: #164B53;
}
</style>
background-color css
<style>
a { background-color: #164B53; }
a { background-color: rgb(22,75,83); }
div.DivClassName
{
background-color: #164B53;
}
.BgClassName
{
background-color: #164B53;
}
</style>
border-color css
<style>
span { border-color: #164B53; }
span { border-color: rgb(22,75,83); }
td.TdClassName
{
border-color: #164B53;
}
.TagClassName
{
border-color: #164B53;
}
</style>