Shades of Deep Teal #15403B
Tints of Deep Teal #15403B
RGB
CMYK
RGB Variations
Color information
#15403B (or 0x15403B) is known color: Deep Teal. HEX triplet: 15, 40 and 3B. RGB value is (21,64,59). Sum of RGB (Red+Green+Blue) = 21+64+59=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 59 (23.44% from 255 or 40.97% from 144); Max value from RGB is 64 - color contains mainly: green. Hex color #15403B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15403B is #EABFC4. Grayscale: #323232. Windows color (decimal): -15384517 or 3883029. OLE color: 3883029.
HSL color Cylindrical-coordinate representation of color #15403B: hue angle of 173.02º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #15403B is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 64 | 59 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.75 |
| HSL | 173.02º | 0.51% | 0.17% | - |
| HSV(B) | 173.02º | 0.67% | 0.25% | - |
| XYZ | 2.93 | 4.14 | 4.78 | - |
| YUV | 50.57 | 132.75 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 64 | 59 | 0.67 | 0 | 0.08 | 0.75 | 173.02 | 0.51 | 0.17 |
| Hex | 15 | 40 | 3B | 43 | 0 | 8 | 4B | AD | 33 | 11 |
| Octal | 25 | 100 | 73 | 103 | 0 | 10 | 113 | 255 | 63 | 21 |
| Binary | 10101 | 1000000 | 111011 | 1000011 | 0 | 1000 | 1001011 | 10101101 | 110011 | 10001 |
Color Harmonies of #15403B
Complementary color
Monochromatic Colors of #15403B
Black with #15403B
Text Example
Text Example
White with #15403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15403B; }
p { color: rgb(21,64,59); }
H1.HeaderClassName
{
color: #15403B;
}
.AnyTagClassName
{
color: #15403B;
}
</style>
background-color css
<style>
a { background-color: #15403B; }
a { background-color: rgb(21,64,59); }
div.DivClassName
{
background-color: #15403B;
}
.BgClassName
{
background-color: #15403B;
}
</style>
border-color css
<style>
span { border-color: #15403B; }
span { border-color: rgb(21,64,59); }
td.TdClassName
{
border-color: #15403B;
}
.TagClassName
{
border-color: #15403B;
}
</style>