Shades of Teal Blue #154D57
Tints of Teal Blue #154D57
RGB
CMYK
RGB Variations
Color information
#154D57 (or 0x154D57) is known color: Teal Blue. HEX triplet: 15, 4D and 57. RGB value is (21,77,87). Sum of RGB (Red+Green+Blue) = 21+77+87=185 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.35% from 185); Green value is 77 (30.47% from 255 or 41.62% from 185); Blue value is 87 (34.38% from 255 or 47.03% from 185); Max value from RGB is 87 - color contains mainly: blue. Hex color #154D57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154D57 is #EAB2A8. Grayscale: #3D3D3D. Windows color (decimal): -15381161 or 5721365. OLE color: 5721365.
HSL color Cylindrical-coordinate representation of color #154D57: hue angle of 189.09º 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 #154D57 is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 77 | 87 | - |
| CMYK | 0.76 | 0.11 | 0 | 0.66 |
| HSL | 189.09º | 0.61% | 0.21% | - |
| HSV(B) | 189.09º | 0.76% | 0.34% | - |
| XYZ | 4.68 | 6.16 | 9.96 | - |
| YUV | 61.4 | 142.45 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 77 | 87 | 0.76 | 0.11 | 0 | 0.66 | 189.09 | 0.61 | 0.21 |
| Hex | 15 | 4D | 57 | 4C | B | 0 | 42 | BD | 3D | 15 |
| Octal | 25 | 115 | 127 | 114 | 13 | 0 | 102 | 275 | 75 | 25 |
| Binary | 10101 | 1001101 | 1010111 | 1001100 | 1011 | 0 | 1000010 | 10111101 | 111101 | 10101 |
Color Harmonies of #154D57
Complementary color
Monochromatic Colors of #154D57
Black with #154D57
Text Example
Text Example
White with #154D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154D57; }
p { color: rgb(21,77,87); }
H1.HeaderClassName
{
color: #154D57;
}
.AnyTagClassName
{
color: #154D57;
}
</style>
background-color css
<style>
a { background-color: #154D57; }
a { background-color: rgb(21,77,87); }
div.DivClassName
{
background-color: #154D57;
}
.BgClassName
{
background-color: #154D57;
}
</style>
border-color css
<style>
span { border-color: #154D57; }
span { border-color: rgb(21,77,87); }
td.TdClassName
{
border-color: #154D57;
}
.TagClassName
{
border-color: #154D57;
}
</style>