Shades of Teal Blue #154C58
Tints of Teal Blue #154C58
RGB
CMYK
RGB Variations
Color information
#154C58 (or 0x154C58) is known color: Teal Blue. HEX triplet: 15, 4C and 58. RGB value is (21,76,88). Sum of RGB (Red+Green+Blue) = 21+76+88=185 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.35% from 185); Green value is 76 (30.08% from 255 or 41.08% from 185); Blue value is 88 (34.77% from 255 or 47.57% from 185); Max value from RGB is 88 - color contains mainly: blue. Hex color #154C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154C58 is #EAB3A7. Grayscale: #3C3C3C. Windows color (decimal): -15381416 or 5786645. OLE color: 5786645.
HSL color Cylindrical-coordinate representation of color #154C58: hue angle of 190.75º 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 #154C58 is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 76 | 88 | - |
| CMYK | 0.76 | 0.14 | 0 | 0.65 |
| HSL | 190.75º | 0.61% | 0.21% | - |
| HSV(B) | 190.75º | 0.76% | 0.35% | - |
| XYZ | 4.66 | 6.03 | 10.15 | - |
| YUV | 60.92 | 143.28 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 76 | 88 | 0.76 | 0.14 | 0 | 0.65 | 190.75 | 0.61 | 0.21 |
| Hex | 15 | 4C | 58 | 4C | E | 0 | 41 | BF | 3D | 15 |
| Octal | 25 | 114 | 130 | 114 | 16 | 0 | 101 | 277 | 75 | 25 |
| Binary | 10101 | 1001100 | 1011000 | 1001100 | 1110 | 0 | 1000001 | 10111111 | 111101 | 10101 |
Color Harmonies of #154C58
Complementary color
Monochromatic Colors of #154C58
Black with #154C58
Text Example
Text Example
White with #154C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154C58; }
p { color: rgb(21,76,88); }
H1.HeaderClassName
{
color: #154C58;
}
.AnyTagClassName
{
color: #154C58;
}
</style>
background-color css
<style>
a { background-color: #154C58; }
a { background-color: rgb(21,76,88); }
div.DivClassName
{
background-color: #154C58;
}
.BgClassName
{
background-color: #154C58;
}
</style>
border-color css
<style>
span { border-color: #154C58; }
span { border-color: rgb(21,76,88); }
td.TdClassName
{
border-color: #154C58;
}
.TagClassName
{
border-color: #154C58;
}
</style>