Shades of Teal Blue #165260
Tints of Teal Blue #165260
RGB
CMYK
RGB Variations
Color information
#165260 (or 0x165260) is known color: Teal Blue. HEX triplet: 16, 52 and 60. RGB value is (22,82,96). Sum of RGB (Red+Green+Blue) = 22+82+96=200 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #165260 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165260 is #E9AD9F. Grayscale: #414141. Windows color (decimal): -15314336 or 6312470. OLE color: 6312470.
HSL color Cylindrical-coordinate representation of color #165260: hue angle of 191.35º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #165260 is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 82 | 96 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.62 |
| HSL | 191.35º | 0.63% | 0.23% | - |
| HSV(B) | 191.35º | 0.77% | 0.38% | - |
| XYZ | 5.46 | 7.05 | 12.14 | - |
| YUV | 65.66 | 145.12 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 82 | 96 | 0.77 | 0.15 | 0 | 0.62 | 191.35 | 0.63 | 0.23 |
| Hex | 16 | 52 | 60 | 4D | F | 0 | 3E | BF | 3F | 17 |
| Octal | 26 | 122 | 140 | 115 | 17 | 0 | 76 | 277 | 77 | 27 |
| Binary | 10110 | 1010010 | 1100000 | 1001101 | 1111 | 0 | 111110 | 10111111 | 111111 | 10111 |
Color Harmonies of #165260
Complementary color
Monochromatic Colors of #165260
Black with #165260
Text Example
Text Example
White with #165260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165260; }
p { color: rgb(22,82,96); }
H1.HeaderClassName
{
color: #165260;
}
.AnyTagClassName
{
color: #165260;
}
</style>
background-color css
<style>
a { background-color: #165260; }
a { background-color: rgb(22,82,96); }
div.DivClassName
{
background-color: #165260;
}
.BgClassName
{
background-color: #165260;
}
</style>
border-color css
<style>
span { border-color: #165260; }
span { border-color: rgb(22,82,96); }
td.TdClassName
{
border-color: #165260;
}
.TagClassName
{
border-color: #165260;
}
</style>