Shades of Teal Blue #154E59
Tints of Teal Blue #154E59
RGB
CMYK
RGB Variations
Color information
#154E59 (or 0x154E59) is known color: Teal Blue. HEX triplet: 15, 4E and 59. RGB value is (21,78,89). Sum of RGB (Red+Green+Blue) = 21+78+89=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 78 (30.86% from 255 or 41.49% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 89 - color contains mainly: blue. Hex color #154E59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154E59 is #EAB1A6. Grayscale: #3E3E3E. Windows color (decimal): -15380903 or 5852693. OLE color: 5852693.
HSL color Cylindrical-coordinate representation of color #154E59: hue angle of 189.71º 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 #154E59 is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 78 | 89 | - |
| CMYK | 0.76 | 0.12 | 0 | 0.65 |
| HSL | 189.71º | 0.62% | 0.22% | - |
| HSV(B) | 189.71º | 0.76% | 0.35% | - |
| XYZ | 4.84 | 6.33 | 10.42 | - |
| YUV | 62.21 | 143.12 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 78 | 89 | 0.76 | 0.12 | 0 | 0.65 | 189.71 | 0.62 | 0.22 |
| Hex | 15 | 4E | 59 | 4C | C | 0 | 41 | BE | 3E | 16 |
| Octal | 25 | 116 | 131 | 114 | 14 | 0 | 101 | 276 | 76 | 26 |
| Binary | 10101 | 1001110 | 1011001 | 1001100 | 1100 | 0 | 1000001 | 10111110 | 111110 | 10110 |
Color Harmonies of #154E59
Complementary color
Monochromatic Colors of #154E59
Black with #154E59
Text Example
Text Example
White with #154E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154E59; }
p { color: rgb(21,78,89); }
H1.HeaderClassName
{
color: #154E59;
}
.AnyTagClassName
{
color: #154E59;
}
</style>
background-color css
<style>
a { background-color: #154E59; }
a { background-color: rgb(21,78,89); }
div.DivClassName
{
background-color: #154E59;
}
.BgClassName
{
background-color: #154E59;
}
</style>
border-color css
<style>
span { border-color: #154E59; }
span { border-color: rgb(21,78,89); }
td.TdClassName
{
border-color: #154E59;
}
.TagClassName
{
border-color: #154E59;
}
</style>