Shades of Deep Teal #15493D
Tints of Deep Teal #15493D
RGB
CMYK
RGB Variations
Color information
#15493D (or 0x15493D) is known color: Deep Teal. HEX triplet: 15, 49 and 3D. RGB value is (21,73,61). Sum of RGB (Red+Green+Blue) = 21+73+61=155 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.55% from 155); Green value is 73 (28.91% from 255 or 47.10% from 155); Blue value is 61 (24.22% from 255 or 39.35% from 155); Max value from RGB is 73 - color contains mainly: green. Hex color #15493D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15493D is #EAB6C2. Grayscale: #383838. Windows color (decimal): -15382211 or 4016405. OLE color: 4016405.
HSL color Cylindrical-coordinate representation of color #15493D: hue angle of 166.15º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #15493D is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 73 | 61 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.71 |
| HSL | 166.15º | 0.55% | 0.18% | - |
| HSV(B) | 166.15º | 0.71% | 0.29% | - |
| XYZ | 3.53 | 5.26 | 5.24 | - |
| YUV | 56.08 | 130.77 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 73 | 61 | 0.71 | 0 | 0.16 | 0.71 | 166.15 | 0.55 | 0.18 |
| Hex | 15 | 49 | 3D | 47 | 0 | 10 | 47 | A6 | 37 | 12 |
| Octal | 25 | 111 | 75 | 107 | 0 | 20 | 107 | 246 | 67 | 22 |
| Binary | 10101 | 1001001 | 111101 | 1000111 | 0 | 10000 | 1000111 | 10100110 | 110111 | 10010 |
Color Harmonies of #15493D
Complementary color
Monochromatic Colors of #15493D
Black with #15493D
Text Example
Text Example
White with #15493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15493D; }
p { color: rgb(21,73,61); }
H1.HeaderClassName
{
color: #15493D;
}
.AnyTagClassName
{
color: #15493D;
}
</style>
background-color css
<style>
a { background-color: #15493D; }
a { background-color: rgb(21,73,61); }
div.DivClassName
{
background-color: #15493D;
}
.BgClassName
{
background-color: #15493D;
}
</style>
border-color css
<style>
span { border-color: #15493D; }
span { border-color: rgb(21,73,61); }
td.TdClassName
{
border-color: #15493D;
}
.TagClassName
{
border-color: #15493D;
}
</style>