Shades of Deep Teal #154A40
Tints of Deep Teal #154A40
RGB
CMYK
RGB Variations
Color information
#154A40 (or 0x154A40) is known color: Deep Teal. HEX triplet: 15, 4A and 40. RGB value is (21,74,64). Sum of RGB (Red+Green+Blue) = 21+74+64=159 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.21% from 159); Green value is 74 (29.30% from 255 or 46.54% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 74 - color contains mainly: green. Hex color #154A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154A40 is #EAB5BF. Grayscale: #383838. Windows color (decimal): -15381952 or 4213269. OLE color: 4213269.
HSL color Cylindrical-coordinate representation of color #154A40: hue angle of 168.68º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #154A40 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 74 | 64 | - |
| CMYK | 0.72 | 0 | 0.14 | 0.71 |
| HSL | 168.68º | 0.56% | 0.19% | - |
| HSV(B) | 168.68º | 0.72% | 0.29% | - |
| XYZ | 3.68 | 5.43 | 5.7 | - |
| YUV | 57.01 | 131.94 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 74 | 64 | 0.72 | 0 | 0.14 | 0.71 | 168.68 | 0.56 | 0.19 |
| Hex | 15 | 4A | 40 | 48 | 0 | E | 47 | A9 | 38 | 13 |
| Octal | 25 | 112 | 100 | 110 | 0 | 16 | 107 | 251 | 70 | 23 |
| Binary | 10101 | 1001010 | 1000000 | 1001000 | 0 | 1110 | 1000111 | 10101001 | 111000 | 10011 |
Color Harmonies of #154A40
Complementary color
Monochromatic Colors of #154A40
Black with #154A40
Text Example
Text Example
White with #154A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154A40; }
p { color: rgb(21,74,64); }
H1.HeaderClassName
{
color: #154A40;
}
.AnyTagClassName
{
color: #154A40;
}
</style>
background-color css
<style>
a { background-color: #154A40; }
a { background-color: rgb(21,74,64); }
div.DivClassName
{
background-color: #154A40;
}
.BgClassName
{
background-color: #154A40;
}
</style>
border-color css
<style>
span { border-color: #154A40; }
span { border-color: rgb(21,74,64); }
td.TdClassName
{
border-color: #154A40;
}
.TagClassName
{
border-color: #154A40;
}
</style>