Shades of Teal Blue #164A54
Tints of Teal Blue #164A54
RGB
CMYK
RGB Variations
Color information
#164A54 (or 0x164A54) is known color: Teal Blue. HEX triplet: 16, 4A and 54. RGB value is (22,74,84). Sum of RGB (Red+Green+Blue) = 22+74+84=180 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.22% from 180); Green value is 74 (29.30% from 255 or 41.11% from 180); Blue value is 84 (33.20% from 255 or 46.67% from 180); Max value from RGB is 84 - color contains mainly: blue. Hex color #164A54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164A54 is #E9B5AB. Grayscale: #3B3B3B. Windows color (decimal): -15316396 or 5523990. OLE color: 5523990.
HSL color Cylindrical-coordinate representation of color #164A54: hue angle of 189.68º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #164A54 is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 74 | 84 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.67 |
| HSL | 189.68º | 0.58% | 0.21% | - |
| HSV(B) | 189.68º | 0.74% | 0.33% | - |
| XYZ | 4.38 | 5.71 | 9.26 | - |
| YUV | 59.59 | 141.77 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 74 | 84 | 0.74 | 0.12 | 0 | 0.67 | 189.68 | 0.58 | 0.21 |
| Hex | 16 | 4A | 54 | 4A | C | 0 | 43 | BE | 3A | 15 |
| Octal | 26 | 112 | 124 | 112 | 14 | 0 | 103 | 276 | 72 | 25 |
| Binary | 10110 | 1001010 | 1010100 | 1001010 | 1100 | 0 | 1000011 | 10111110 | 111010 | 10101 |
Color Harmonies of #164A54
Complementary color
Monochromatic Colors of #164A54
Black with #164A54
Text Example
Text Example
White with #164A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164A54; }
p { color: rgb(22,74,84); }
H1.HeaderClassName
{
color: #164A54;
}
.AnyTagClassName
{
color: #164A54;
}
</style>
background-color css
<style>
a { background-color: #164A54; }
a { background-color: rgb(22,74,84); }
div.DivClassName
{
background-color: #164A54;
}
.BgClassName
{
background-color: #164A54;
}
</style>
border-color css
<style>
span { border-color: #164A54; }
span { border-color: rgb(22,74,84); }
td.TdClassName
{
border-color: #164A54;
}
.TagClassName
{
border-color: #164A54;
}
</style>