Shades of Teal Blue #155057
Tints of Teal Blue #155057
RGB
CMYK
RGB Variations
Color information
#155057 (or 0x155057) is known color: Teal Blue. HEX triplet: 15, 50 and 57. RGB value is (21,80,87). Sum of RGB (Red+Green+Blue) = 21+80+87=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 87 (34.38% from 255 or 46.28% from 188); Max value from RGB is 87 - color contains mainly: blue. Hex color #155057 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155057 is #EAAFA8. Grayscale: #3F3F3F. Windows color (decimal): -15380393 or 5722133. OLE color: 5722133.
HSL color Cylindrical-coordinate representation of color #155057: hue angle of 186.36º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155057 is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 80 | 87 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.66 |
| HSL | 186.36º | 0.61% | 0.21% | - |
| HSV(B) | 186.36º | 0.76% | 0.34% | - |
| XYZ | 4.9 | 6.58 | 10.03 | - |
| YUV | 63.16 | 141.45 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 80 | 87 | 0.76 | 0.08 | 0 | 0.66 | 186.36 | 0.61 | 0.21 |
| Hex | 15 | 50 | 57 | 4C | 8 | 0 | 42 | BA | 3D | 15 |
| Octal | 25 | 120 | 127 | 114 | 10 | 0 | 102 | 272 | 75 | 25 |
| Binary | 10101 | 1010000 | 1010111 | 1001100 | 1000 | 0 | 1000010 | 10111010 | 111101 | 10101 |
Color Harmonies of #155057
Complementary color
Monochromatic Colors of #155057
Black with #155057
Text Example
Text Example
White with #155057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155057; }
p { color: rgb(21,80,87); }
H1.HeaderClassName
{
color: #155057;
}
.AnyTagClassName
{
color: #155057;
}
</style>
background-color css
<style>
a { background-color: #155057; }
a { background-color: rgb(21,80,87); }
div.DivClassName
{
background-color: #155057;
}
.BgClassName
{
background-color: #155057;
}
</style>
border-color css
<style>
span { border-color: #155057; }
span { border-color: rgb(21,80,87); }
td.TdClassName
{
border-color: #155057;
}
.TagClassName
{
border-color: #155057;
}
</style>