Shades of Deep Teal #15493F
Tints of Deep Teal #15493F
RGB
CMYK
RGB Variations
Color information
#15493F (or 0x15493F) is known color: Deep Teal. HEX triplet: 15, 49 and 3F. RGB value is (21,73,63). Sum of RGB (Red+Green+Blue) = 21+73+63=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 73 (28.91% from 255 or 46.50% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 73 - color contains mainly: green. Hex color #15493F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15493F is #EAB6C0. Grayscale: #383838. Windows color (decimal): -15382209 or 4147477. OLE color: 4147477.
HSL color Cylindrical-coordinate representation of color #15493F: hue angle of 168.46º 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 #15493F is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 73 | 63 | - |
| CMYK | 0.71 | 0 | 0.14 | 0.71 |
| HSL | 168.46º | 0.55% | 0.18% | - |
| HSV(B) | 168.46º | 0.71% | 0.29% | - |
| XYZ | 3.59 | 5.28 | 5.53 | - |
| YUV | 56.31 | 131.77 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 73 | 63 | 0.71 | 0 | 0.14 | 0.71 | 168.46 | 0.55 | 0.18 |
| Hex | 15 | 49 | 3F | 47 | 0 | E | 47 | A8 | 37 | 12 |
| Octal | 25 | 111 | 77 | 107 | 0 | 16 | 107 | 250 | 67 | 22 |
| Binary | 10101 | 1001001 | 111111 | 1000111 | 0 | 1110 | 1000111 | 10101000 | 110111 | 10010 |
Color Harmonies of #15493F
Complementary color
Monochromatic Colors of #15493F
Black with #15493F
Text Example
Text Example
White with #15493F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15493F; }
p { color: rgb(21,73,63); }
H1.HeaderClassName
{
color: #15493F;
}
.AnyTagClassName
{
color: #15493F;
}
</style>
background-color css
<style>
a { background-color: #15493F; }
a { background-color: rgb(21,73,63); }
div.DivClassName
{
background-color: #15493F;
}
.BgClassName
{
background-color: #15493F;
}
</style>
border-color css
<style>
span { border-color: #15493F; }
span { border-color: rgb(21,73,63); }
td.TdClassName
{
border-color: #15493F;
}
.TagClassName
{
border-color: #15493F;
}
</style>