Shades of Deep Teal #155245
Tints of Deep Teal #155245
RGB
CMYK
RGB Variations
Color information
#155245 (or 0x155245) is known color: Deep Teal. HEX triplet: 15, 52 and 45. RGB value is (21,82,69). Sum of RGB (Red+Green+Blue) = 21+82+69=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 82 (32.42% from 255 or 47.67% from 172); Blue value is 69 (27.34% from 255 or 40.12% from 172); Max value from RGB is 82 - color contains mainly: green. Hex color #155245 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155245 is #EAADBA. Grayscale: #3E3E3E. Windows color (decimal): -15379899 or 4542997. OLE color: 4542997.
HSL color Cylindrical-coordinate representation of color #155245: hue angle of 167.21º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #155245 is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 82 | 69 | - |
| CMYK | 0.74 | 0 | 0.16 | 0.68 |
| HSL | 167.21º | 0.59% | 0.2% | - |
| HSV(B) | 167.21º | 0.74% | 0.32% | - |
| XYZ | 4.4 | 6.62 | 6.68 | - |
| YUV | 62.28 | 131.79 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 82 | 69 | 0.74 | 0 | 0.16 | 0.68 | 167.21 | 0.59 | 0.2 |
| Hex | 15 | 52 | 45 | 4A | 0 | 10 | 44 | A7 | 3B | 14 |
| Octal | 25 | 122 | 105 | 112 | 0 | 20 | 104 | 247 | 73 | 24 |
| Binary | 10101 | 1010010 | 1000101 | 1001010 | 0 | 10000 | 1000100 | 10100111 | 111011 | 10100 |
Color Harmonies of #155245
Complementary color
Monochromatic Colors of #155245
Black with #155245
Text Example
Text Example
White with #155245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155245; }
p { color: rgb(21,82,69); }
H1.HeaderClassName
{
color: #155245;
}
.AnyTagClassName
{
color: #155245;
}
</style>
background-color css
<style>
a { background-color: #155245; }
a { background-color: rgb(21,82,69); }
div.DivClassName
{
background-color: #155245;
}
.BgClassName
{
background-color: #155245;
}
</style>
border-color css
<style>
span { border-color: #155245; }
span { border-color: rgb(21,82,69); }
td.TdClassName
{
border-color: #155245;
}
.TagClassName
{
border-color: #155245;
}
</style>