Shades of Deep Teal #154F41
Tints of Deep Teal #154F41
RGB
CMYK
RGB Variations
Color information
#154F41 (or 0x154F41) is known color: Deep Teal. HEX triplet: 15, 4F and 41. RGB value is (21,79,65). Sum of RGB (Red+Green+Blue) = 21+79+65=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 79 (31.25% from 255 or 47.88% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 79 - color contains mainly: green. Hex color #154F41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #154F41 is #EAB0BE. Grayscale: #3C3C3C. Windows color (decimal): -15380671 or 4280085. OLE color: 4280085.
HSL color Cylindrical-coordinate representation of color #154F41: hue angle of 165.52º 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 #154F41 is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 79 | 65 | - |
| CMYK | 0.73 | 0 | 0.18 | 0.69 |
| HSL | 165.52º | 0.58% | 0.2% | - |
| HSV(B) | 165.52º | 0.73% | 0.31% | - |
| XYZ | 4.06 | 6.13 | 5.97 | - |
| YUV | 60.06 | 130.78 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 79 | 65 | 0.73 | 0 | 0.18 | 0.69 | 165.52 | 0.58 | 0.2 |
| Hex | 15 | 4F | 41 | 49 | 0 | 12 | 45 | A6 | 3A | 14 |
| Octal | 25 | 117 | 101 | 111 | 0 | 22 | 105 | 246 | 72 | 24 |
| Binary | 10101 | 1001111 | 1000001 | 1001001 | 0 | 10010 | 1000101 | 10100110 | 111010 | 10100 |
Color Harmonies of #154F41
Complementary color
Monochromatic Colors of #154F41
Black with #154F41
Text Example
Text Example
White with #154F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154F41; }
p { color: rgb(21,79,65); }
H1.HeaderClassName
{
color: #154F41;
}
.AnyTagClassName
{
color: #154F41;
}
</style>
background-color css
<style>
a { background-color: #154F41; }
a { background-color: rgb(21,79,65); }
div.DivClassName
{
background-color: #154F41;
}
.BgClassName
{
background-color: #154F41;
}
</style>
border-color css
<style>
span { border-color: #154F41; }
span { border-color: rgb(21,79,65); }
td.TdClassName
{
border-color: #154F41;
}
.TagClassName
{
border-color: #154F41;
}
</style>