Shades of Teal Blue #154A58
Tints of Teal Blue #154A58
RGB
CMYK
RGB Variations
Color information
#154A58 (or 0x154A58) is known color: Teal Blue. HEX triplet: 15, 4A and 58. RGB value is (21,74,88). Sum of RGB (Red+Green+Blue) = 21+74+88=183 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.48% from 183); Green value is 74 (29.30% from 255 or 40.44% from 183); Blue value is 88 (34.77% from 255 or 48.09% from 183); Max value from RGB is 88 - color contains mainly: blue. Hex color #154A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154A58 is #EAB5A7. Grayscale: #3B3B3B. Windows color (decimal): -15381928 or 5786133. OLE color: 5786133.
HSL color Cylindrical-coordinate representation of color #154A58: hue angle of 192.54º 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 #154A58 is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 74 | 88 | - |
| CMYK | 0.76 | 0.16 | 0 | 0.65 |
| HSL | 192.54º | 0.61% | 0.21% | - |
| HSV(B) | 192.54º | 0.76% | 0.35% | - |
| XYZ | 4.52 | 5.76 | 10.11 | - |
| YUV | 59.75 | 143.94 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 74 | 88 | 0.76 | 0.16 | 0 | 0.65 | 192.54 | 0.61 | 0.21 |
| Hex | 15 | 4A | 58 | 4C | 10 | 0 | 41 | C1 | 3D | 15 |
| Octal | 25 | 112 | 130 | 114 | 20 | 0 | 101 | 301 | 75 | 25 |
| Binary | 10101 | 1001010 | 1011000 | 1001100 | 10000 | 0 | 1000001 | 11000001 | 111101 | 10101 |
Color Harmonies of #154A58
Complementary color
Monochromatic Colors of #154A58
Black with #154A58
Text Example
Text Example
White with #154A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154A58; }
p { color: rgb(21,74,88); }
H1.HeaderClassName
{
color: #154A58;
}
.AnyTagClassName
{
color: #154A58;
}
</style>
background-color css
<style>
a { background-color: #154A58; }
a { background-color: rgb(21,74,88); }
div.DivClassName
{
background-color: #154A58;
}
.BgClassName
{
background-color: #154A58;
}
</style>
border-color css
<style>
span { border-color: #154A58; }
span { border-color: rgb(21,74,88); }
td.TdClassName
{
border-color: #154A58;
}
.TagClassName
{
border-color: #154A58;
}
</style>