Shades of Deep Teal #15453C
Tints of Deep Teal #15453C
RGB
CMYK
RGB Variations
Color information
#15453C (or 0x15453C) is known color: Deep Teal. HEX triplet: 15, 45 and 3C. RGB value is (21,69,60). Sum of RGB (Red+Green+Blue) = 21+69+60=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 69 (27.34% from 255 or 46% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 69 - color contains mainly: green. Hex color #15453C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15453C is #EABAC3. Grayscale: #353535. Windows color (decimal): -15383236 or 3949845. OLE color: 3949845.
HSL color Cylindrical-coordinate representation of color #15453C: hue angle of 168.75º degrees, saturation: 0.53, 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 #15453C is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 21 | 69 | 60 | - |
| CMYK | 0.70 | 0 | 0.13 | 0.73 |
| HSL | 168.75º | 0.53% | 0.18% | - |
| HSV(B) | 168.75º | 0.7% | 0.27% | - |
| XYZ | 3.25 | 4.74 | 5.02 | - |
| YUV | 53.62 | 131.6 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 69 | 60 | 0.70 | 0 | 0.13 | 0.73 | 168.75 | 0.53 | 0.18 |
| Hex | 15 | 45 | 3C | 46 | 0 | D | 49 | A9 | 35 | 12 |
| Octal | 25 | 105 | 74 | 106 | 0 | 15 | 111 | 251 | 65 | 22 |
| Binary | 10101 | 1000101 | 111100 | 1000110 | 0 | 1101 | 1001001 | 10101001 | 110101 | 10010 |
Color Harmonies of #15453C
Complementary color
Monochromatic Colors of #15453C
Black with #15453C
Text Example
Text Example
White with #15453C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15453C; }
p { color: rgb(21,69,60); }
H1.HeaderClassName
{
color: #15453C;
}
.AnyTagClassName
{
color: #15453C;
}
</style>
background-color css
<style>
a { background-color: #15453C; }
a { background-color: rgb(21,69,60); }
div.DivClassName
{
background-color: #15453C;
}
.BgClassName
{
background-color: #15453C;
}
</style>
border-color css
<style>
span { border-color: #15453C; }
span { border-color: rgb(21,69,60); }
td.TdClassName
{
border-color: #15453C;
}
.TagClassName
{
border-color: #15453C;
}
</style>