Shades of Teal Blue #155160
Tints of Teal Blue #155160
RGB
CMYK
RGB Variations
Color information
#155160 (or 0x155160) is known color: Teal Blue. HEX triplet: 15, 51 and 60. RGB value is (21,81,96). Sum of RGB (Red+Green+Blue) = 21+81+96=198 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.61% from 198); Green value is 81 (32.03% from 255 or 40.91% from 198); Blue value is 96 (37.89% from 255 or 48.48% from 198); Max value from RGB is 96 - color contains mainly: blue. Hex color #155160 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155160 is #EAAE9F. Grayscale: #404040. Windows color (decimal): -15380128 or 6312213. OLE color: 6312213.
HSL color Cylindrical-coordinate representation of color #155160: hue angle of 192º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #155160 is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 21 | 81 | 96 | - |
| CMYK | 0.78 | 0.16 | 0 | 0.62 |
| HSL | 192º | 0.64% | 0.23% | - |
| HSV(B) | 192º | 0.78% | 0.38% | - |
| XYZ | 5.36 | 6.89 | 12.11 | - |
| YUV | 64.77 | 145.62 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 81 | 96 | 0.78 | 0.16 | 0 | 0.62 | 192 | 0.64 | 0.23 |
| Hex | 15 | 51 | 60 | 4E | 10 | 0 | 3E | C0 | 40 | 17 |
| Octal | 25 | 121 | 140 | 116 | 20 | 0 | 76 | 300 | 100 | 27 |
| Binary | 10101 | 1010001 | 1100000 | 1001110 | 10000 | 0 | 111110 | 11000000 | 1000000 | 10111 |
Color Harmonies of #155160
Complementary color
Monochromatic Colors of #155160
Black with #155160
Text Example
Text Example
White with #155160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155160; }
p { color: rgb(21,81,96); }
H1.HeaderClassName
{
color: #155160;
}
.AnyTagClassName
{
color: #155160;
}
</style>
background-color css
<style>
a { background-color: #155160; }
a { background-color: rgb(21,81,96); }
div.DivClassName
{
background-color: #155160;
}
.BgClassName
{
background-color: #155160;
}
</style>
border-color css
<style>
span { border-color: #155160; }
span { border-color: rgb(21,81,96); }
td.TdClassName
{
border-color: #155160;
}
.TagClassName
{
border-color: #155160;
}
</style>