Shades of Deep Teal #154E40
Tints of Deep Teal #154E40
RGB
CMYK
RGB Variations
Color information
#154E40 (or 0x154E40) is known color: Deep Teal. HEX triplet: 15, 4E and 40. RGB value is (21,78,64). Sum of RGB (Red+Green+Blue) = 21+78+64=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 78 (30.86% from 255 or 47.85% from 163); Blue value is 64 (25.39% from 255 or 39.26% from 163); Max value from RGB is 78 - color contains mainly: green. Hex color #154E40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #154E40 is #EAB1BF. Grayscale: #3B3B3B. Windows color (decimal): -15380928 or 4214293. OLE color: 4214293.
HSL color Cylindrical-coordinate representation of color #154E40: hue angle of 165.26º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #154E40 is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 78 | 64 | - |
| CMYK | 0.73 | 0 | 0.18 | 0.69 |
| HSL | 165.26º | 0.58% | 0.19% | - |
| HSV(B) | 165.26º | 0.73% | 0.31% | - |
| XYZ | 3.96 | 5.98 | 5.8 | - |
| YUV | 59.36 | 130.62 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 78 | 64 | 0.73 | 0 | 0.18 | 0.69 | 165.26 | 0.58 | 0.19 |
| Hex | 15 | 4E | 40 | 49 | 0 | 12 | 45 | A5 | 3A | 13 |
| Octal | 25 | 116 | 100 | 111 | 0 | 22 | 105 | 245 | 72 | 23 |
| Binary | 10101 | 1001110 | 1000000 | 1001001 | 0 | 10010 | 1000101 | 10100101 | 111010 | 10011 |
Color Harmonies of #154E40
Complementary color
Monochromatic Colors of #154E40
Black with #154E40
Text Example
Text Example
White with #154E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154E40; }
p { color: rgb(21,78,64); }
H1.HeaderClassName
{
color: #154E40;
}
.AnyTagClassName
{
color: #154E40;
}
</style>
background-color css
<style>
a { background-color: #154E40; }
a { background-color: rgb(21,78,64); }
div.DivClassName
{
background-color: #154E40;
}
.BgClassName
{
background-color: #154E40;
}
</style>
border-color css
<style>
span { border-color: #154E40; }
span { border-color: rgb(21,78,64); }
td.TdClassName
{
border-color: #154E40;
}
.TagClassName
{
border-color: #154E40;
}
</style>