Shades of Deep Teal #154F46
Tints of Deep Teal #154F46
RGB
CMYK
RGB Variations
Color information
#154F46 (or 0x154F46) is known color: Deep Teal. HEX triplet: 15, 4F and 46. RGB value is (21,79,70). Sum of RGB (Red+Green+Blue) = 21+79+70=170 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.35% from 170); Green value is 79 (31.25% from 255 or 46.47% from 170); Blue value is 70 (27.73% from 255 or 41.18% from 170); Max value from RGB is 79 - color contains mainly: green. Hex color #154F46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #154F46 is #EAB0B9. Grayscale: #3C3C3C. Windows color (decimal): -15380666 or 4607765. OLE color: 4607765.
HSL color Cylindrical-coordinate representation of color #154F46: hue angle of 170.69º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #154F46 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 79 | 70 | - |
| CMYK | 0.73 | 0 | 0.11 | 0.69 |
| HSL | 170.69º | 0.58% | 0.2% | - |
| HSV(B) | 170.69º | 0.73% | 0.31% | - |
| XYZ | 4.21 | 6.19 | 6.77 | - |
| YUV | 60.63 | 133.28 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 79 | 70 | 0.73 | 0 | 0.11 | 0.69 | 170.69 | 0.58 | 0.2 |
| Hex | 15 | 4F | 46 | 49 | 0 | B | 45 | AB | 3A | 14 |
| Octal | 25 | 117 | 106 | 111 | 0 | 13 | 105 | 253 | 72 | 24 |
| Binary | 10101 | 1001111 | 1000110 | 1001001 | 0 | 1011 | 1000101 | 10101011 | 111010 | 10100 |
Color Harmonies of #154F46
Complementary color
Monochromatic Colors of #154F46
Black with #154F46
Text Example
Text Example
White with #154F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154F46; }
p { color: rgb(21,79,70); }
H1.HeaderClassName
{
color: #154F46;
}
.AnyTagClassName
{
color: #154F46;
}
</style>
background-color css
<style>
a { background-color: #154F46; }
a { background-color: rgb(21,79,70); }
div.DivClassName
{
background-color: #154F46;
}
.BgClassName
{
background-color: #154F46;
}
</style>
border-color css
<style>
span { border-color: #154F46; }
span { border-color: rgb(21,79,70); }
td.TdClassName
{
border-color: #154F46;
}
.TagClassName
{
border-color: #154F46;
}
</style>