Shades of Teal Blue #154D58
Tints of Teal Blue #154D58
RGB
CMYK
RGB Variations
Color information
#154D58 (or 0x154D58) is known color: Teal Blue. HEX triplet: 15, 4D and 58. RGB value is (21,77,88). Sum of RGB (Red+Green+Blue) = 21+77+88=186 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.29% from 186); Green value is 77 (30.47% from 255 or 41.40% from 186); Blue value is 88 (34.77% from 255 or 47.31% from 186); Max value from RGB is 88 - color contains mainly: blue. Hex color #154D58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154D58 is #EAB2A7. Grayscale: #3D3D3D. Windows color (decimal): -15381160 or 5786901. OLE color: 5786901.
HSL color Cylindrical-coordinate representation of color #154D58: hue angle of 189.85º 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 #154D58 is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 77 | 88 | - |
| CMYK | 0.76 | 0.12 | 0 | 0.65 |
| HSL | 189.85º | 0.61% | 0.21% | - |
| HSV(B) | 189.85º | 0.76% | 0.35% | - |
| XYZ | 4.72 | 6.17 | 10.17 | - |
| YUV | 61.51 | 142.95 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 77 | 88 | 0.76 | 0.12 | 0 | 0.65 | 189.85 | 0.61 | 0.21 |
| Hex | 15 | 4D | 58 | 4C | C | 0 | 41 | BE | 3D | 15 |
| Octal | 25 | 115 | 130 | 114 | 14 | 0 | 101 | 276 | 75 | 25 |
| Binary | 10101 | 1001101 | 1011000 | 1001100 | 1100 | 0 | 1000001 | 10111110 | 111101 | 10101 |
Color Harmonies of #154D58
Complementary color
Monochromatic Colors of #154D58
Black with #154D58
Text Example
Text Example
White with #154D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154D58; }
p { color: rgb(21,77,88); }
H1.HeaderClassName
{
color: #154D58;
}
.AnyTagClassName
{
color: #154D58;
}
</style>
background-color css
<style>
a { background-color: #154D58; }
a { background-color: rgb(21,77,88); }
div.DivClassName
{
background-color: #154D58;
}
.BgClassName
{
background-color: #154D58;
}
</style>
border-color css
<style>
span { border-color: #154D58; }
span { border-color: rgb(21,77,88); }
td.TdClassName
{
border-color: #154D58;
}
.TagClassName
{
border-color: #154D58;
}
</style>