Shades of Teal Blue #154E58
Tints of Teal Blue #154E58
RGB
CMYK
RGB Variations
Color information
#154E58 (or 0x154E58) is known color: Teal Blue. HEX triplet: 15, 4E and 58. RGB value is (21,78,88). Sum of RGB (Red+Green+Blue) = 21+78+88=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 78 (30.86% from 255 or 41.71% from 187); Blue value is 88 (34.77% from 255 or 47.06% from 187); Max value from RGB is 88 - color contains mainly: blue. Hex color #154E58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154E58 is #EAB1A7. Grayscale: #3D3D3D. Windows color (decimal): -15380904 or 5787157. OLE color: 5787157.
HSL color Cylindrical-coordinate representation of color #154E58: hue angle of 188.96º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #154E58 is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 78 | 88 | - |
| CMYK | 0.76 | 0.11 | 0 | 0.65 |
| HSL | 188.96º | 0.61% | 0.21% | - |
| HSV(B) | 188.96º | 0.76% | 0.35% | - |
| XYZ | 4.8 | 6.31 | 10.2 | - |
| YUV | 62.1 | 142.62 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 78 | 88 | 0.76 | 0.11 | 0 | 0.65 | 188.96 | 0.61 | 0.21 |
| Hex | 15 | 4E | 58 | 4C | B | 0 | 41 | BD | 3D | 15 |
| Octal | 25 | 116 | 130 | 114 | 13 | 0 | 101 | 275 | 75 | 25 |
| Binary | 10101 | 1001110 | 1011000 | 1001100 | 1011 | 0 | 1000001 | 10111101 | 111101 | 10101 |
Color Harmonies of #154E58
Complementary color
Monochromatic Colors of #154E58
Black with #154E58
Text Example
Text Example
White with #154E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154E58; }
p { color: rgb(21,78,88); }
H1.HeaderClassName
{
color: #154E58;
}
.AnyTagClassName
{
color: #154E58;
}
</style>
background-color css
<style>
a { background-color: #154E58; }
a { background-color: rgb(21,78,88); }
div.DivClassName
{
background-color: #154E58;
}
.BgClassName
{
background-color: #154E58;
}
</style>
border-color css
<style>
span { border-color: #154E58; }
span { border-color: rgb(21,78,88); }
td.TdClassName
{
border-color: #154E58;
}
.TagClassName
{
border-color: #154E58;
}
</style>