Shades of Deep Teal #154C40
Tints of Deep Teal #154C40
RGB
CMYK
RGB Variations
Color information
#154C40 (or 0x154C40) is known color: Deep Teal. HEX triplet: 15, 4C and 40. RGB value is (21,76,64). Sum of RGB (Red+Green+Blue) = 21+76+64=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 76 (30.08% from 255 or 47.20% from 161); Blue value is 64 (25.39% from 255 or 39.75% from 161); Max value from RGB is 76 - color contains mainly: green. Hex color #154C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154C40 is #EAB3BF. Grayscale: #3A3A3A. Windows color (decimal): -15381440 or 4213781. OLE color: 4213781.
HSL color Cylindrical-coordinate representation of color #154C40: hue angle of 166.91º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #154C40 is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 21 | 76 | 64 | - |
| CMYK | 0.72 | 0 | 0.16 | 0.70 |
| HSL | 166.91º | 0.57% | 0.19% | - |
| HSV(B) | 166.91º | 0.72% | 0.3% | - |
| XYZ | 3.82 | 5.7 | 5.75 | - |
| YUV | 58.19 | 131.28 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 76 | 64 | 0.72 | 0 | 0.16 | 0.70 | 166.91 | 0.57 | 0.19 |
| Hex | 15 | 4C | 40 | 48 | 0 | 10 | 46 | A7 | 39 | 13 |
| Octal | 25 | 114 | 100 | 110 | 0 | 20 | 106 | 247 | 71 | 23 |
| Binary | 10101 | 1001100 | 1000000 | 1001000 | 0 | 10000 | 1000110 | 10100111 | 111001 | 10011 |
Color Harmonies of #154C40
Complementary color
Monochromatic Colors of #154C40
Black with #154C40
Text Example
Text Example
White with #154C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154C40; }
p { color: rgb(21,76,64); }
H1.HeaderClassName
{
color: #154C40;
}
.AnyTagClassName
{
color: #154C40;
}
</style>
background-color css
<style>
a { background-color: #154C40; }
a { background-color: rgb(21,76,64); }
div.DivClassName
{
background-color: #154C40;
}
.BgClassName
{
background-color: #154C40;
}
</style>
border-color css
<style>
span { border-color: #154C40; }
span { border-color: rgb(21,76,64); }
td.TdClassName
{
border-color: #154C40;
}
.TagClassName
{
border-color: #154C40;
}
</style>