Shades of Deep Teal #15473D
Tints of Deep Teal #15473D
RGB
CMYK
RGB Variations
Color information
#15473D (or 0x15473D) is known color: Deep Teal. HEX triplet: 15, 47 and 3D. RGB value is (21,71,61). Sum of RGB (Red+Green+Blue) = 21+71+61=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 71 (28.12% from 255 or 46.41% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 71 - color contains mainly: green. Hex color #15473D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15473D is #EAB8C2. Grayscale: #363636. Windows color (decimal): -15382723 or 4015893. OLE color: 4015893.
HSL color Cylindrical-coordinate representation of color #15473D: hue angle of 168º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #15473D is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 21 | 71 | 61 | - |
| CMYK | 0.70 | 0 | 0.14 | 0.72 |
| HSL | 168º | 0.54% | 0.18% | - |
| HSV(B) | 168º | 0.7% | 0.28% | - |
| XYZ | 3.4 | 5 | 5.2 | - |
| YUV | 54.91 | 131.44 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 71 | 61 | 0.70 | 0 | 0.14 | 0.72 | 168 | 0.54 | 0.18 |
| Hex | 15 | 47 | 3D | 46 | 0 | E | 48 | A8 | 36 | 12 |
| Octal | 25 | 107 | 75 | 106 | 0 | 16 | 110 | 250 | 66 | 22 |
| Binary | 10101 | 1000111 | 111101 | 1000110 | 0 | 1110 | 1001000 | 10101000 | 110110 | 10010 |
Color Harmonies of #15473D
Complementary color
Monochromatic Colors of #15473D
Black with #15473D
Text Example
Text Example
White with #15473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15473D; }
p { color: rgb(21,71,61); }
H1.HeaderClassName
{
color: #15473D;
}
.AnyTagClassName
{
color: #15473D;
}
</style>
background-color css
<style>
a { background-color: #15473D; }
a { background-color: rgb(21,71,61); }
div.DivClassName
{
background-color: #15473D;
}
.BgClassName
{
background-color: #15473D;
}
</style>
border-color css
<style>
span { border-color: #15473D; }
span { border-color: rgb(21,71,61); }
td.TdClassName
{
border-color: #15473D;
}
.TagClassName
{
border-color: #15473D;
}
</style>