Shades of Teal Blue #154A59
Tints of Teal Blue #154A59
RGB
CMYK
RGB Variations
Color information
#154A59 (or 0x154A59) is known color: Teal Blue. HEX triplet: 15, 4A and 59. RGB value is (21,74,89). Sum of RGB (Red+Green+Blue) = 21+74+89=184 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.41% from 184); Green value is 74 (29.30% from 255 or 40.22% from 184); Blue value is 89 (35.16% from 255 or 48.37% from 184); Max value from RGB is 89 - color contains mainly: blue. Hex color #154A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154A59 is #EAB5A6. Grayscale: #3B3B3B. Windows color (decimal): -15381927 or 5851669. OLE color: 5851669.
HSL color Cylindrical-coordinate representation of color #154A59: hue angle of 193.24º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #154A59 is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 74 | 89 | - |
| CMYK | 0.76 | 0.17 | 0 | 0.65 |
| HSL | 193.24º | 0.62% | 0.22% | - |
| HSV(B) | 193.24º | 0.76% | 0.35% | - |
| XYZ | 4.56 | 5.78 | 10.33 | - |
| YUV | 59.86 | 144.44 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 74 | 89 | 0.76 | 0.17 | 0 | 0.65 | 193.24 | 0.62 | 0.22 |
| Hex | 15 | 4A | 59 | 4C | 11 | 0 | 41 | C1 | 3E | 16 |
| Octal | 25 | 112 | 131 | 114 | 21 | 0 | 101 | 301 | 76 | 26 |
| Binary | 10101 | 1001010 | 1011001 | 1001100 | 10001 | 0 | 1000001 | 11000001 | 111110 | 10110 |
Color Harmonies of #154A59
Complementary color
Monochromatic Colors of #154A59
Black with #154A59
Text Example
Text Example
White with #154A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154A59; }
p { color: rgb(21,74,89); }
H1.HeaderClassName
{
color: #154A59;
}
.AnyTagClassName
{
color: #154A59;
}
</style>
background-color css
<style>
a { background-color: #154A59; }
a { background-color: rgb(21,74,89); }
div.DivClassName
{
background-color: #154A59;
}
.BgClassName
{
background-color: #154A59;
}
</style>
border-color css
<style>
span { border-color: #154A59; }
span { border-color: rgb(21,74,89); }
td.TdClassName
{
border-color: #154A59;
}
.TagClassName
{
border-color: #154A59;
}
</style>