Shades of Deep Teal #15423A
Tints of Deep Teal #15423A
RGB
CMYK
RGB Variations
Color information
#15423A (or 0x15423A) is known color: Deep Teal. HEX triplet: 15, 42 and 3A. RGB value is (21,66,58). Sum of RGB (Red+Green+Blue) = 21+66+58=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 66 (26.17% from 255 or 45.52% from 145); Blue value is 58 (23.05% from 255 or 40% from 145); Max value from RGB is 66 - color contains mainly: green. Hex color #15423A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15423A is #EABDC5. Grayscale: #333333. Windows color (decimal): -15384006 or 3818005. OLE color: 3818005.
HSL color Cylindrical-coordinate representation of color #15423A: hue angle of 169.33º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #15423A is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 21 | 66 | 58 | - |
| CMYK | 0.68 | 0 | 0.12 | 0.74 |
| HSL | 169.33º | 0.52% | 0.17% | - |
| HSV(B) | 169.33º | 0.68% | 0.26% | - |
| XYZ | 3.02 | 4.36 | 4.69 | - |
| YUV | 51.63 | 131.59 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 66 | 58 | 0.68 | 0 | 0.12 | 0.74 | 169.33 | 0.52 | 0.17 |
| Hex | 15 | 42 | 3A | 44 | 0 | C | 4A | A9 | 34 | 11 |
| Octal | 25 | 102 | 72 | 104 | 0 | 14 | 112 | 251 | 64 | 21 |
| Binary | 10101 | 1000010 | 111010 | 1000100 | 0 | 1100 | 1001010 | 10101001 | 110100 | 10001 |
Color Harmonies of #15423A
Complementary color
Monochromatic Colors of #15423A
Black with #15423A
Text Example
Text Example
White with #15423A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15423A; }
p { color: rgb(21,66,58); }
H1.HeaderClassName
{
color: #15423A;
}
.AnyTagClassName
{
color: #15423A;
}
</style>
background-color css
<style>
a { background-color: #15423A; }
a { background-color: rgb(21,66,58); }
div.DivClassName
{
background-color: #15423A;
}
.BgClassName
{
background-color: #15423A;
}
</style>
border-color css
<style>
span { border-color: #15423A; }
span { border-color: rgb(21,66,58); }
td.TdClassName
{
border-color: #15423A;
}
.TagClassName
{
border-color: #15423A;
}
</style>