Shades of Deep Teal #154639
Tints of Deep Teal #154639
RGB
CMYK
RGB Variations
Color information
#154639 (or 0x154639) is known color: Deep Teal. HEX triplet: 15, 46 and 39. RGB value is (21,70,57). Sum of RGB (Red+Green+Blue) = 21+70+57=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 70 (27.73% from 255 or 47.30% from 148); Blue value is 57 (22.66% from 255 or 38.51% from 148); Max value from RGB is 70 - color contains mainly: green. Hex color #154639 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154639 is #EAB9C6. Grayscale: #353535. Windows color (decimal): -15382983 or 3753493. OLE color: 3753493.
HSL color Cylindrical-coordinate representation of color #154639: hue angle of 164.08º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #154639 is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 21 | 70 | 57 | - |
| CMYK | 0.70 | 0 | 0.19 | 0.73 |
| HSL | 164.08º | 0.54% | 0.18% | - |
| HSV(B) | 164.08º | 0.7% | 0.27% | - |
| XYZ | 3.24 | 4.84 | 4.63 | - |
| YUV | 53.87 | 129.77 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 70 | 57 | 0.70 | 0 | 0.19 | 0.73 | 164.08 | 0.54 | 0.18 |
| Hex | 15 | 46 | 39 | 46 | 0 | 13 | 49 | A4 | 36 | 12 |
| Octal | 25 | 106 | 71 | 106 | 0 | 23 | 111 | 244 | 66 | 22 |
| Binary | 10101 | 1000110 | 111001 | 1000110 | 0 | 10011 | 1001001 | 10100100 | 110110 | 10010 |
Color Harmonies of #154639
Complementary color
Monochromatic Colors of #154639
Black with #154639
Text Example
Text Example
White with #154639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154639; }
p { color: rgb(21,70,57); }
H1.HeaderClassName
{
color: #154639;
}
.AnyTagClassName
{
color: #154639;
}
</style>
background-color css
<style>
a { background-color: #154639; }
a { background-color: rgb(21,70,57); }
div.DivClassName
{
background-color: #154639;
}
.BgClassName
{
background-color: #154639;
}
</style>
border-color css
<style>
span { border-color: #154639; }
span { border-color: rgb(21,70,57); }
td.TdClassName
{
border-color: #154639;
}
.TagClassName
{
border-color: #154639;
}
</style>