Shades of Deep Teal #155147
Tints of Deep Teal #155147
RGB
CMYK
RGB Variations
Color information
#155147 (or 0x155147) is known color: Deep Teal. HEX triplet: 15, 51 and 47. RGB value is (21,81,71). Sum of RGB (Red+Green+Blue) = 21+81+71=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 81 (32.03% from 255 or 46.82% from 173); Blue value is 71 (28.12% from 255 or 41.04% from 173); Max value from RGB is 81 - color contains mainly: green. Hex color #155147 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155147 is #EAAEB8. Grayscale: #3D3D3D. Windows color (decimal): -15380153 or 4673813. OLE color: 4673813.
HSL color Cylindrical-coordinate representation of color #155147: hue angle of 170º 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 #155147 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 81 | 71 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.68 |
| HSL | 170º | 0.59% | 0.2% | - |
| HSV(B) | 170º | 0.74% | 0.32% | - |
| XYZ | 4.39 | 6.5 | 6.98 | - |
| YUV | 61.92 | 133.12 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 81 | 71 | 0.74 | 0 | 0.12 | 0.68 | 170 | 0.59 | 0.2 |
| Hex | 15 | 51 | 47 | 4A | 0 | C | 44 | AA | 3B | 14 |
| Octal | 25 | 121 | 107 | 112 | 0 | 14 | 104 | 252 | 73 | 24 |
| Binary | 10101 | 1010001 | 1000111 | 1001010 | 0 | 1100 | 1000100 | 10101010 | 111011 | 10100 |
Color Harmonies of #155147
Complementary color
Monochromatic Colors of #155147
Black with #155147
Text Example
Text Example
White with #155147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155147; }
p { color: rgb(21,81,71); }
H1.HeaderClassName
{
color: #155147;
}
.AnyTagClassName
{
color: #155147;
}
</style>
background-color css
<style>
a { background-color: #155147; }
a { background-color: rgb(21,81,71); }
div.DivClassName
{
background-color: #155147;
}
.BgClassName
{
background-color: #155147;
}
</style>
border-color css
<style>
span { border-color: #155147; }
span { border-color: rgb(21,81,71); }
td.TdClassName
{
border-color: #155147;
}
.TagClassName
{
border-color: #155147;
}
</style>