Shades of Deep Teal #155040
Tints of Deep Teal #155040
RGB
CMYK
RGB Variations
Color information
#155040 (or 0x155040) is known color: Deep Teal. HEX triplet: 15, 50 and 40. RGB value is (21,80,64). Sum of RGB (Red+Green+Blue) = 21+80+64=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 80 (31.64% from 255 or 48.48% from 165); Blue value is 64 (25.39% from 255 or 38.79% from 165); Max value from RGB is 80 - color contains mainly: green. Hex color #155040 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155040 is #EAAFBF. Grayscale: #3C3C3C. Windows color (decimal): -15380416 or 4214805. OLE color: 4214805.
HSL color Cylindrical-coordinate representation of color #155040: hue angle of 163.73º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #155040 is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 80 | 64 | - |
| CMYK | 0.74 | 0 | 0.20 | 0.69 |
| HSL | 163.73º | 0.58% | 0.2% | - |
| HSV(B) | 163.73º | 0.74% | 0.31% | - |
| XYZ | 4.1 | 6.27 | 5.84 | - |
| YUV | 60.54 | 129.95 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 80 | 64 | 0.74 | 0 | 0.20 | 0.69 | 163.73 | 0.58 | 0.2 |
| Hex | 15 | 50 | 40 | 4A | 0 | 14 | 45 | A4 | 3A | 14 |
| Octal | 25 | 120 | 100 | 112 | 0 | 24 | 105 | 244 | 72 | 24 |
| Binary | 10101 | 1010000 | 1000000 | 1001010 | 0 | 10100 | 1000101 | 10100100 | 111010 | 10100 |
Color Harmonies of #155040
Complementary color
Monochromatic Colors of #155040
Black with #155040
Text Example
Text Example
White with #155040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155040; }
p { color: rgb(21,80,64); }
H1.HeaderClassName
{
color: #155040;
}
.AnyTagClassName
{
color: #155040;
}
</style>
background-color css
<style>
a { background-color: #155040; }
a { background-color: rgb(21,80,64); }
div.DivClassName
{
background-color: #155040;
}
.BgClassName
{
background-color: #155040;
}
</style>
border-color css
<style>
span { border-color: #155040; }
span { border-color: rgb(21,80,64); }
td.TdClassName
{
border-color: #155040;
}
.TagClassName
{
border-color: #155040;
}
</style>