Shades of Deep Teal #15463B
Tints of Deep Teal #15463B
RGB
CMYK
RGB Variations
Color information
#15463B (or 0x15463B) is known color: Deep Teal. HEX triplet: 15, 46 and 3B. RGB value is (21,70,59). Sum of RGB (Red+Green+Blue) = 21+70+59=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 70 (27.73% from 255 or 46.67% from 150); Blue value is 59 (23.44% from 255 or 39.33% from 150); Max value from RGB is 70 - color contains mainly: green. Hex color #15463B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15463B is #EAB9C4. Grayscale: #363636. Windows color (decimal): -15382981 or 3884565. OLE color: 3884565.
HSL color Cylindrical-coordinate representation of color #15463B: hue angle of 166.53º 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 #15463B is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 21 | 70 | 59 | - |
| CMYK | 0.70 | 0 | 0.16 | 0.73 |
| HSL | 166.53º | 0.54% | 0.18% | - |
| HSV(B) | 166.53º | 0.7% | 0.27% | - |
| XYZ | 3.29 | 4.86 | 4.9 | - |
| YUV | 54.1 | 130.77 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 70 | 59 | 0.70 | 0 | 0.16 | 0.73 | 166.53 | 0.54 | 0.18 |
| Hex | 15 | 46 | 3B | 46 | 0 | 10 | 49 | A7 | 36 | 12 |
| Octal | 25 | 106 | 73 | 106 | 0 | 20 | 111 | 247 | 66 | 22 |
| Binary | 10101 | 1000110 | 111011 | 1000110 | 0 | 10000 | 1001001 | 10100111 | 110110 | 10010 |
Color Harmonies of #15463B
Complementary color
Monochromatic Colors of #15463B
Black with #15463B
Text Example
Text Example
White with #15463B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15463B; }
p { color: rgb(21,70,59); }
H1.HeaderClassName
{
color: #15463B;
}
.AnyTagClassName
{
color: #15463B;
}
</style>
background-color css
<style>
a { background-color: #15463B; }
a { background-color: rgb(21,70,59); }
div.DivClassName
{
background-color: #15463B;
}
.BgClassName
{
background-color: #15463B;
}
</style>
border-color css
<style>
span { border-color: #15463B; }
span { border-color: rgb(21,70,59); }
td.TdClassName
{
border-color: #15463B;
}
.TagClassName
{
border-color: #15463B;
}
</style>