Shades of Deep Teal #154C41
Tints of Deep Teal #154C41
RGB
CMYK
RGB Variations
Color information
#154C41 (or 0x154C41) is known color: Deep Teal. HEX triplet: 15, 4C and 41. RGB value is (21,76,65). Sum of RGB (Red+Green+Blue) = 21+76+65=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 76 (30.08% from 255 or 46.91% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 76 - color contains mainly: green. Hex color #154C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154C41 is #EAB3BE. Grayscale: #3A3A3A. Windows color (decimal): -15381439 or 4279317. OLE color: 4279317.
HSL color Cylindrical-coordinate representation of color #154C41: hue angle of 168º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #154C41 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 21 | 76 | 65 | - |
| CMYK | 0.72 | 0 | 0.14 | 0.70 |
| HSL | 168º | 0.57% | 0.19% | - |
| HSV(B) | 168º | 0.72% | 0.3% | - |
| XYZ | 3.85 | 5.71 | 5.9 | - |
| YUV | 58.3 | 131.78 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 76 | 65 | 0.72 | 0 | 0.14 | 0.70 | 168 | 0.57 | 0.19 |
| Hex | 15 | 4C | 41 | 48 | 0 | E | 46 | A8 | 39 | 13 |
| Octal | 25 | 114 | 101 | 110 | 0 | 16 | 106 | 250 | 71 | 23 |
| Binary | 10101 | 1001100 | 1000001 | 1001000 | 0 | 1110 | 1000110 | 10101000 | 111001 | 10011 |
Color Harmonies of #154C41
Complementary color
Monochromatic Colors of #154C41
Black with #154C41
Text Example
Text Example
White with #154C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154C41; }
p { color: rgb(21,76,65); }
H1.HeaderClassName
{
color: #154C41;
}
.AnyTagClassName
{
color: #154C41;
}
</style>
background-color css
<style>
a { background-color: #154C41; }
a { background-color: rgb(21,76,65); }
div.DivClassName
{
background-color: #154C41;
}
.BgClassName
{
background-color: #154C41;
}
</style>
border-color css
<style>
span { border-color: #154C41; }
span { border-color: rgb(21,76,65); }
td.TdClassName
{
border-color: #154C41;
}
.TagClassName
{
border-color: #154C41;
}
</style>