Shades of Teal Blue #154756
Tints of Teal Blue #154756
RGB
CMYK
RGB Variations
Color information
#154756 (or 0x154756) is known color: Teal Blue. HEX triplet: 15, 47 and 56. RGB value is (21,71,86). Sum of RGB (Red+Green+Blue) = 21+71+86=178 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.80% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 86 (33.98% from 255 or 48.31% from 178); Max value from RGB is 86 - color contains mainly: blue. Hex color #154756 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154756 is #EAB8A9. Grayscale: #393939. Windows color (decimal): -15382698 or 5654293. OLE color: 5654293.
HSL color Cylindrical-coordinate representation of color #154756: hue angle of 193.85º 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 #154756 is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 71 | 86 | - |
| CMYK | 0.76 | 0.17 | 0 | 0.66 |
| HSL | 193.85º | 0.61% | 0.21% | - |
| HSV(B) | 193.85º | 0.76% | 0.34% | - |
| XYZ | 4.24 | 5.34 | 9.61 | - |
| YUV | 57.76 | 143.94 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 71 | 86 | 0.76 | 0.17 | 0 | 0.66 | 193.85 | 0.61 | 0.21 |
| Hex | 15 | 47 | 56 | 4C | 11 | 0 | 42 | C2 | 3D | 15 |
| Octal | 25 | 107 | 126 | 114 | 21 | 0 | 102 | 302 | 75 | 25 |
| Binary | 10101 | 1000111 | 1010110 | 1001100 | 10001 | 0 | 1000010 | 11000010 | 111101 | 10101 |
Color Harmonies of #154756
Complementary color
Monochromatic Colors of #154756
Black with #154756
Text Example
Text Example
White with #154756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154756; }
p { color: rgb(21,71,86); }
H1.HeaderClassName
{
color: #154756;
}
.AnyTagClassName
{
color: #154756;
}
</style>
background-color css
<style>
a { background-color: #154756; }
a { background-color: rgb(21,71,86); }
div.DivClassName
{
background-color: #154756;
}
.BgClassName
{
background-color: #154756;
}
</style>
border-color css
<style>
span { border-color: #154756; }
span { border-color: rgb(21,71,86); }
td.TdClassName
{
border-color: #154756;
}
.TagClassName
{
border-color: #154756;
}
</style>