Shades of Deep Teal #154D41
Tints of Deep Teal #154D41
RGB
CMYK
RGB Variations
Color information
#154D41 (or 0x154D41) is known color: Deep Teal. HEX triplet: 15, 4D and 41. RGB value is (21,77,65). Sum of RGB (Red+Green+Blue) = 21+77+65=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 77 (30.47% from 255 or 47.24% from 163); Blue value is 65 (25.78% from 255 or 39.88% from 163); Max value from RGB is 77 - color contains mainly: green. Hex color #154D41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #154D41 is #EAB2BE. Grayscale: #3A3A3A. Windows color (decimal): -15381183 or 4279573. OLE color: 4279573.
HSL color Cylindrical-coordinate representation of color #154D41: hue angle of 167.14º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #154D41 is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 21 | 77 | 65 | - |
| CMYK | 0.73 | 0 | 0.16 | 0.70 |
| HSL | 167.14º | 0.57% | 0.19% | - |
| HSV(B) | 167.14º | 0.73% | 0.3% | - |
| XYZ | 3.92 | 5.85 | 5.92 | - |
| YUV | 58.89 | 131.45 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 77 | 65 | 0.73 | 0 | 0.16 | 0.70 | 167.14 | 0.57 | 0.19 |
| Hex | 15 | 4D | 41 | 49 | 0 | 10 | 46 | A7 | 39 | 13 |
| Octal | 25 | 115 | 101 | 111 | 0 | 20 | 106 | 247 | 71 | 23 |
| Binary | 10101 | 1001101 | 1000001 | 1001001 | 0 | 10000 | 1000110 | 10100111 | 111001 | 10011 |
Color Harmonies of #154D41
Complementary color
Monochromatic Colors of #154D41
Black with #154D41
Text Example
Text Example
White with #154D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154D41; }
p { color: rgb(21,77,65); }
H1.HeaderClassName
{
color: #154D41;
}
.AnyTagClassName
{
color: #154D41;
}
</style>
background-color css
<style>
a { background-color: #154D41; }
a { background-color: rgb(21,77,65); }
div.DivClassName
{
background-color: #154D41;
}
.BgClassName
{
background-color: #154D41;
}
</style>
border-color css
<style>
span { border-color: #154D41; }
span { border-color: rgb(21,77,65); }
td.TdClassName
{
border-color: #154D41;
}
.TagClassName
{
border-color: #154D41;
}
</style>