Shades of Deep Teal #15413C
Tints of Deep Teal #15413C
RGB
CMYK
RGB Variations
Color information
#15413C (or 0x15413C) is known color: Deep Teal. HEX triplet: 15, 41 and 3C. RGB value is (21,65,60). Sum of RGB (Red+Green+Blue) = 21+65+60=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 65 (25.78% from 255 or 44.52% from 146); Blue value is 60 (23.83% from 255 or 41.10% from 146); Max value from RGB is 65 - color contains mainly: green. Hex color #15413C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15413C is #EABEC3. Grayscale: #333333. Windows color (decimal): -15384260 or 3948821. OLE color: 3948821.
HSL color Cylindrical-coordinate representation of color #15413C: hue angle of 173.18º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #15413C is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 65 | 60 | - |
| CMYK | 0.68 | 0 | 0.08 | 0.75 |
| HSL | 173.18º | 0.51% | 0.17% | - |
| HSV(B) | 173.18º | 0.68% | 0.25% | - |
| XYZ | 3.02 | 4.27 | 4.94 | - |
| YUV | 51.27 | 132.92 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 65 | 60 | 0.68 | 0 | 0.08 | 0.75 | 173.18 | 0.51 | 0.17 |
| Hex | 15 | 41 | 3C | 44 | 0 | 8 | 4B | AD | 33 | 11 |
| Octal | 25 | 101 | 74 | 104 | 0 | 10 | 113 | 255 | 63 | 21 |
| Binary | 10101 | 1000001 | 111100 | 1000100 | 0 | 1000 | 1001011 | 10101101 | 110011 | 10001 |
Color Harmonies of #15413C
Complementary color
Monochromatic Colors of #15413C
Black with #15413C
Text Example
Text Example
White with #15413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15413C; }
p { color: rgb(21,65,60); }
H1.HeaderClassName
{
color: #15413C;
}
.AnyTagClassName
{
color: #15413C;
}
</style>
background-color css
<style>
a { background-color: #15413C; }
a { background-color: rgb(21,65,60); }
div.DivClassName
{
background-color: #15413C;
}
.BgClassName
{
background-color: #15413C;
}
</style>
border-color css
<style>
span { border-color: #15413C; }
span { border-color: rgb(21,65,60); }
td.TdClassName
{
border-color: #15413C;
}
.TagClassName
{
border-color: #15413C;
}
</style>