Shades of Deep Teal #153F3A
Tints of Deep Teal #153F3A
RGB
CMYK
RGB Variations
Color information
#153F3A (or 0x153F3A) is known color: Deep Teal. HEX triplet: 15, 3F and 3A. RGB value is (21,63,58). Sum of RGB (Red+Green+Blue) = 21+63+58=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 63 (25% from 255 or 44.37% from 142); Blue value is 58 (23.05% from 255 or 40.85% from 142); Max value from RGB is 63 - color contains mainly: green. Hex color #153F3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153F3A is #EAC0C5. Grayscale: #313131. Windows color (decimal): -15384774 or 3817237. OLE color: 3817237.
HSL color Cylindrical-coordinate representation of color #153F3A: hue angle of 172.86º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #153F3A is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 63 | 58 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.75 |
| HSL | 172.86º | 0.5% | 0.16% | - |
| HSV(B) | 172.86º | 0.67% | 0.25% | - |
| XYZ | 2.85 | 4.02 | 4.63 | - |
| YUV | 49.87 | 132.59 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 58 | 0.67 | 0 | 0.08 | 0.75 | 172.86 | 0.5 | 0.16 |
| Hex | 15 | 3F | 3A | 43 | 0 | 8 | 4B | AD | 32 | 10 |
| Octal | 25 | 77 | 72 | 103 | 0 | 10 | 113 | 255 | 62 | 20 |
| Binary | 10101 | 111111 | 111010 | 1000011 | 0 | 1000 | 1001011 | 10101101 | 110010 | 10000 |
Color Harmonies of #153F3A
Complementary color
Monochromatic Colors of #153F3A
Black with #153F3A
Text Example
Text Example
White with #153F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153F3A; }
p { color: rgb(21,63,58); }
H1.HeaderClassName
{
color: #153F3A;
}
.AnyTagClassName
{
color: #153F3A;
}
</style>
background-color css
<style>
a { background-color: #153F3A; }
a { background-color: rgb(21,63,58); }
div.DivClassName
{
background-color: #153F3A;
}
.BgClassName
{
background-color: #153F3A;
}
</style>
border-color css
<style>
span { border-color: #153F3A; }
span { border-color: rgb(21,63,58); }
td.TdClassName
{
border-color: #153F3A;
}
.TagClassName
{
border-color: #153F3A;
}
</style>