Shades of Teal Blue #154956
Tints of Teal Blue #154956
RGB
CMYK
RGB Variations
Color information
#154956 (or 0x154956) is known color: Teal Blue. HEX triplet: 15, 49 and 56. RGB value is (21,73,86). Sum of RGB (Red+Green+Blue) = 21+73+86=180 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.67% from 180); Green value is 73 (28.91% from 255 or 40.56% from 180); Blue value is 86 (33.98% from 255 or 47.78% from 180); Max value from RGB is 86 - color contains mainly: blue. Hex color #154956 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154956 is #EAB6A9. Grayscale: #3A3A3A. Windows color (decimal): -15382186 or 5654805. OLE color: 5654805.
HSL color Cylindrical-coordinate representation of color #154956: hue angle of 192º 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 #154956 is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 73 | 86 | - |
| CMYK | 0.76 | 0.15 | 0 | 0.66 |
| HSL | 192º | 0.61% | 0.21% | - |
| HSV(B) | 192º | 0.76% | 0.34% | - |
| XYZ | 4.37 | 5.6 | 9.65 | - |
| YUV | 58.93 | 143.27 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 73 | 86 | 0.76 | 0.15 | 0 | 0.66 | 192 | 0.61 | 0.21 |
| Hex | 15 | 49 | 56 | 4C | F | 0 | 42 | C0 | 3D | 15 |
| Octal | 25 | 111 | 126 | 114 | 17 | 0 | 102 | 300 | 75 | 25 |
| Binary | 10101 | 1001001 | 1010110 | 1001100 | 1111 | 0 | 1000010 | 11000000 | 111101 | 10101 |
Color Harmonies of #154956
Complementary color
Monochromatic Colors of #154956
Black with #154956
Text Example
Text Example
White with #154956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154956; }
p { color: rgb(21,73,86); }
H1.HeaderClassName
{
color: #154956;
}
.AnyTagClassName
{
color: #154956;
}
</style>
background-color css
<style>
a { background-color: #154956; }
a { background-color: rgb(21,73,86); }
div.DivClassName
{
background-color: #154956;
}
.BgClassName
{
background-color: #154956;
}
</style>
border-color css
<style>
span { border-color: #154956; }
span { border-color: rgb(21,73,86); }
td.TdClassName
{
border-color: #154956;
}
.TagClassName
{
border-color: #154956;
}
</style>