Shades of Teal Blue #154C55
Tints of Teal Blue #154C55
RGB
CMYK
RGB Variations
Color information
#154C55 (or 0x154C55) is known color: Teal Blue. HEX triplet: 15, 4C and 55. RGB value is (21,76,85). Sum of RGB (Red+Green+Blue) = 21+76+85=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 76 (30.08% from 255 or 41.76% from 182); Blue value is 85 (33.59% from 255 or 46.70% from 182); Max value from RGB is 85 - color contains mainly: blue. Hex color #154C55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154C55 is #EAB3AA. Grayscale: #3C3C3C. Windows color (decimal): -15381419 or 5590037. OLE color: 5590037.
HSL color Cylindrical-coordinate representation of color #154C55: hue angle of 188.44º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #154C55 is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 76 | 85 | - |
| CMYK | 0.75 | 0.11 | 0 | 0.67 |
| HSL | 188.44º | 0.6% | 0.21% | - |
| HSV(B) | 188.44º | 0.75% | 0.33% | - |
| XYZ | 4.53 | 5.98 | 9.51 | - |
| YUV | 60.58 | 141.78 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 76 | 85 | 0.75 | 0.11 | 0 | 0.67 | 188.44 | 0.6 | 0.21 |
| Hex | 15 | 4C | 55 | 4B | B | 0 | 43 | BC | 3C | 15 |
| Octal | 25 | 114 | 125 | 113 | 13 | 0 | 103 | 274 | 74 | 25 |
| Binary | 10101 | 1001100 | 1010101 | 1001011 | 1011 | 0 | 1000011 | 10111100 | 111100 | 10101 |
Color Harmonies of #154C55
Complementary color
Monochromatic Colors of #154C55
Black with #154C55
Text Example
Text Example
White with #154C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154C55; }
p { color: rgb(21,76,85); }
H1.HeaderClassName
{
color: #154C55;
}
.AnyTagClassName
{
color: #154C55;
}
</style>
background-color css
<style>
a { background-color: #154C55; }
a { background-color: rgb(21,76,85); }
div.DivClassName
{
background-color: #154C55;
}
.BgClassName
{
background-color: #154C55;
}
</style>
border-color css
<style>
span { border-color: #154C55; }
span { border-color: rgb(21,76,85); }
td.TdClassName
{
border-color: #154C55;
}
.TagClassName
{
border-color: #154C55;
}
</style>