Shades of Teal Blue #154A57
Tints of Teal Blue #154A57
RGB
CMYK
RGB Variations
Color information
#154A57 (or 0x154A57) is known color: Teal Blue. HEX triplet: 15, 4A and 57. RGB value is (21,74,87). Sum of RGB (Red+Green+Blue) = 21+74+87=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 74 (29.30% from 255 or 40.66% from 182); Blue value is 87 (34.38% from 255 or 47.80% from 182); Max value from RGB is 87 - color contains mainly: blue. Hex color #154A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154A57 is #EAB5A8. Grayscale: #3B3B3B. Windows color (decimal): -15381929 or 5720597. OLE color: 5720597.
HSL color Cylindrical-coordinate representation of color #154A57: hue angle of 191.82º 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 #154A57 is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 74 | 87 | - |
| CMYK | 0.76 | 0.15 | 0 | 0.66 |
| HSL | 191.82º | 0.61% | 0.21% | - |
| HSV(B) | 191.82º | 0.76% | 0.34% | - |
| XYZ | 4.48 | 5.75 | 9.89 | - |
| YUV | 59.64 | 143.44 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 74 | 87 | 0.76 | 0.15 | 0 | 0.66 | 191.82 | 0.61 | 0.21 |
| Hex | 15 | 4A | 57 | 4C | F | 0 | 42 | C0 | 3D | 15 |
| Octal | 25 | 112 | 127 | 114 | 17 | 0 | 102 | 300 | 75 | 25 |
| Binary | 10101 | 1001010 | 1010111 | 1001100 | 1111 | 0 | 1000010 | 11000000 | 111101 | 10101 |
Color Harmonies of #154A57
Complementary color
Monochromatic Colors of #154A57
Black with #154A57
Text Example
Text Example
White with #154A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154A57; }
p { color: rgb(21,74,87); }
H1.HeaderClassName
{
color: #154A57;
}
.AnyTagClassName
{
color: #154A57;
}
</style>
background-color css
<style>
a { background-color: #154A57; }
a { background-color: rgb(21,74,87); }
div.DivClassName
{
background-color: #154A57;
}
.BgClassName
{
background-color: #154A57;
}
</style>
border-color css
<style>
span { border-color: #154A57; }
span { border-color: rgb(21,74,87); }
td.TdClassName
{
border-color: #154A57;
}
.TagClassName
{
border-color: #154A57;
}
</style>