Shades of Teal Blue #16535E
Tints of Teal Blue #16535E
RGB
CMYK
RGB Variations
Color information
#16535E (or 0x16535E) is known color: Teal Blue. HEX triplet: 16, 53 and 5E. RGB value is (22,83,94). Sum of RGB (Red+Green+Blue) = 22+83+94=199 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.06% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 94 (37.11% from 255 or 47.24% from 199); Max value from RGB is 94 - color contains mainly: blue. Hex color #16535E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16535E is #E9ACA1. Grayscale: #414141. Windows color (decimal): -15314082 or 6181654. OLE color: 6181654.
HSL color Cylindrical-coordinate representation of color #16535E: hue angle of 189.17º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #16535E is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 83 | 94 | - |
| CMYK | 0.77 | 0.12 | 0 | 0.63 |
| HSL | 189.17º | 0.62% | 0.23% | - |
| HSV(B) | 189.17º | 0.77% | 0.37% | - |
| XYZ | 5.44 | 7.17 | 11.69 | - |
| YUV | 66.02 | 143.79 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 83 | 94 | 0.77 | 0.12 | 0 | 0.63 | 189.17 | 0.62 | 0.23 |
| Hex | 16 | 53 | 5E | 4D | C | 0 | 3F | BD | 3E | 17 |
| Octal | 26 | 123 | 136 | 115 | 14 | 0 | 77 | 275 | 76 | 27 |
| Binary | 10110 | 1010011 | 1011110 | 1001101 | 1100 | 0 | 111111 | 10111101 | 111110 | 10111 |
Color Harmonies of #16535E
Complementary color
Monochromatic Colors of #16535E
Black with #16535E
Text Example
Text Example
White with #16535E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16535E; }
p { color: rgb(22,83,94); }
H1.HeaderClassName
{
color: #16535E;
}
.AnyTagClassName
{
color: #16535E;
}
</style>
background-color css
<style>
a { background-color: #16535E; }
a { background-color: rgb(22,83,94); }
div.DivClassName
{
background-color: #16535E;
}
.BgClassName
{
background-color: #16535E;
}
</style>
border-color css
<style>
span { border-color: #16535E; }
span { border-color: rgb(22,83,94); }
td.TdClassName
{
border-color: #16535E;
}
.TagClassName
{
border-color: #16535E;
}
</style>