Shades of Deep Teal #15463F
Tints of Deep Teal #15463F
RGB
CMYK
RGB Variations
Color information
#15463F (or 0x15463F) is known color: Deep Teal. HEX triplet: 15, 46 and 3F. RGB value is (21,70,63). Sum of RGB (Red+Green+Blue) = 21+70+63=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 70 (27.73% from 255 or 45.45% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 70 - color contains mainly: green. Hex color #15463F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15463F is #EAB9C0. Grayscale: #363636. Windows color (decimal): -15382977 or 4146709. OLE color: 4146709.
HSL color Cylindrical-coordinate representation of color #15463F: hue angle of 171.43º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #15463F is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 21 | 70 | 63 | - |
| CMYK | 0.70 | 0 | 0.10 | 0.73 |
| HSL | 171.43º | 0.54% | 0.18% | - |
| HSV(B) | 171.43º | 0.7% | 0.27% | - |
| XYZ | 3.4 | 4.9 | 5.47 | - |
| YUV | 54.55 | 132.77 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 70 | 63 | 0.70 | 0 | 0.10 | 0.73 | 171.43 | 0.54 | 0.18 |
| Hex | 15 | 46 | 3F | 46 | 0 | A | 49 | AB | 36 | 12 |
| Octal | 25 | 106 | 77 | 106 | 0 | 12 | 111 | 253 | 66 | 22 |
| Binary | 10101 | 1000110 | 111111 | 1000110 | 0 | 1010 | 1001001 | 10101011 | 110110 | 10010 |
Color Harmonies of #15463F
Complementary color
Monochromatic Colors of #15463F
Black with #15463F
Text Example
Text Example
White with #15463F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15463F; }
p { color: rgb(21,70,63); }
H1.HeaderClassName
{
color: #15463F;
}
.AnyTagClassName
{
color: #15463F;
}
</style>
background-color css
<style>
a { background-color: #15463F; }
a { background-color: rgb(21,70,63); }
div.DivClassName
{
background-color: #15463F;
}
.BgClassName
{
background-color: #15463F;
}
</style>
border-color css
<style>
span { border-color: #15463F; }
span { border-color: rgb(21,70,63); }
td.TdClassName
{
border-color: #15463F;
}
.TagClassName
{
border-color: #15463F;
}
</style>