Shades of Deep Teal #153A34
Tints of Deep Teal #153A34
RGB
CMYK
RGB Variations
Color information
#153A34 (or 0x153A34) is known color: Deep Teal. HEX triplet: 15, 3A and 34. RGB value is (21,58,52). Sum of RGB (Red+Green+Blue) = 21+58+52=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 58 (23.05% from 255 or 44.27% from 131); Blue value is 52 (20.70% from 255 or 39.69% from 131); Max value from RGB is 58 - color contains mainly: green. Hex color #153A34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153A34 is #EAC5CB. Grayscale: #2E2E2E. Windows color (decimal): -15386060 or 3422741. OLE color: 3422741.
HSL color Cylindrical-coordinate representation of color #153A34: hue angle of 170.27º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #153A34 is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 21 | 58 | 52 | - |
| CMYK | 0.64 | 0 | 0.10 | 0.77 |
| HSL | 170.27º | 0.47% | 0.15% | - |
| HSV(B) | 170.27º | 0.64% | 0.23% | - |
| XYZ | 2.44 | 3.43 | 3.78 | - |
| YUV | 46.25 | 131.24 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 58 | 52 | 0.64 | 0 | 0.10 | 0.77 | 170.27 | 0.47 | 0.15 |
| Hex | 15 | 3A | 34 | 40 | 0 | A | 4D | AA | 2F | F |
| Octal | 25 | 72 | 64 | 100 | 0 | 12 | 115 | 252 | 57 | 17 |
| Binary | 10101 | 111010 | 110100 | 1000000 | 0 | 1010 | 1001101 | 10101010 | 101111 | 1111 |
Color Harmonies of #153A34
Complementary color
Monochromatic Colors of #153A34
Black with #153A34
Text Example
Text Example
White with #153A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153A34; }
p { color: rgb(21,58,52); }
H1.HeaderClassName
{
color: #153A34;
}
.AnyTagClassName
{
color: #153A34;
}
</style>
background-color css
<style>
a { background-color: #153A34; }
a { background-color: rgb(21,58,52); }
div.DivClassName
{
background-color: #153A34;
}
.BgClassName
{
background-color: #153A34;
}
</style>
border-color css
<style>
span { border-color: #153A34; }
span { border-color: rgb(21,58,52); }
td.TdClassName
{
border-color: #153A34;
}
.TagClassName
{
border-color: #153A34;
}
</style>