Shades of Deep Teal #15403C
Tints of Deep Teal #15403C
RGB
CMYK
RGB Variations
Color information
#15403C (or 0x15403C) is known color: Deep Teal. HEX triplet: 15, 40 and 3C. RGB value is (21,64,60). Sum of RGB (Red+Green+Blue) = 21+64+60=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 60 (23.83% from 255 or 41.38% from 145); Max value from RGB is 64 - color contains mainly: green. Hex color #15403C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15403C is #EABFC3. Grayscale: #323232. Windows color (decimal): -15384516 or 3948565. OLE color: 3948565.
HSL color Cylindrical-coordinate representation of color #15403C: hue angle of 174.42º 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 #15403C is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 64 | 60 | - |
| CMYK | 0.67 | 0 | 0.06 | 0.75 |
| HSL | 174.42º | 0.51% | 0.17% | - |
| HSV(B) | 174.42º | 0.67% | 0.25% | - |
| XYZ | 2.96 | 4.15 | 4.92 | - |
| YUV | 50.69 | 133.25 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 64 | 60 | 0.67 | 0 | 0.06 | 0.75 | 174.42 | 0.51 | 0.17 |
| Hex | 15 | 40 | 3C | 43 | 0 | 6 | 4B | AE | 33 | 11 |
| Octal | 25 | 100 | 74 | 103 | 0 | 6 | 113 | 256 | 63 | 21 |
| Binary | 10101 | 1000000 | 111100 | 1000011 | 0 | 110 | 1001011 | 10101110 | 110011 | 10001 |
Color Harmonies of #15403C
Complementary color
Monochromatic Colors of #15403C
Black with #15403C
Text Example
Text Example
White with #15403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15403C; }
p { color: rgb(21,64,60); }
H1.HeaderClassName
{
color: #15403C;
}
.AnyTagClassName
{
color: #15403C;
}
</style>
background-color css
<style>
a { background-color: #15403C; }
a { background-color: rgb(21,64,60); }
div.DivClassName
{
background-color: #15403C;
}
.BgClassName
{
background-color: #15403C;
}
</style>
border-color css
<style>
span { border-color: #15403C; }
span { border-color: rgb(21,64,60); }
td.TdClassName
{
border-color: #15403C;
}
.TagClassName
{
border-color: #15403C;
}
</style>