Shades of Deep Teal #155042
Tints of Deep Teal #155042
RGB
CMYK
RGB Variations
Color information
#155042 (or 0x155042) is known color: Deep Teal. HEX triplet: 15, 50 and 42. RGB value is (21,80,66). Sum of RGB (Red+Green+Blue) = 21+80+66=167 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.57% from 167); Green value is 80 (31.64% from 255 or 47.90% from 167); Blue value is 66 (26.17% from 255 or 39.52% from 167); Max value from RGB is 80 - color contains mainly: green. Hex color #155042 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155042 is #EAAFBD. Grayscale: #3C3C3C. Windows color (decimal): -15380414 or 4345877. OLE color: 4345877.
HSL color Cylindrical-coordinate representation of color #155042: hue angle of 165.76º 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 #155042 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 80 | 66 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.69 |
| HSL | 165.76º | 0.58% | 0.2% | - |
| HSV(B) | 165.76º | 0.74% | 0.31% | - |
| XYZ | 4.16 | 6.29 | 6.15 | - |
| YUV | 60.76 | 130.95 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 80 | 66 | 0.74 | 0 | 0.17 | 0.69 | 165.76 | 0.58 | 0.2 |
| Hex | 15 | 50 | 42 | 4A | 0 | 11 | 45 | A6 | 3A | 14 |
| Octal | 25 | 120 | 102 | 112 | 0 | 21 | 105 | 246 | 72 | 24 |
| Binary | 10101 | 1010000 | 1000010 | 1001010 | 0 | 10001 | 1000101 | 10100110 | 111010 | 10100 |
Color Harmonies of #155042
Complementary color
Monochromatic Colors of #155042
Black with #155042
Text Example
Text Example
White with #155042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155042; }
p { color: rgb(21,80,66); }
H1.HeaderClassName
{
color: #155042;
}
.AnyTagClassName
{
color: #155042;
}
</style>
background-color css
<style>
a { background-color: #155042; }
a { background-color: rgb(21,80,66); }
div.DivClassName
{
background-color: #155042;
}
.BgClassName
{
background-color: #155042;
}
</style>
border-color css
<style>
span { border-color: #155042; }
span { border-color: rgb(21,80,66); }
td.TdClassName
{
border-color: #155042;
}
.TagClassName
{
border-color: #155042;
}
</style>