Shades of Deep Teal #153832
Tints of Deep Teal #153832
RGB
CMYK
RGB Variations
Color information
#153832 (or 0x153832) is known color: Deep Teal. HEX triplet: 15, 38 and 32. RGB value is (21,56,50). Sum of RGB (Red+Green+Blue) = 21+56+50=127 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.54% from 127); Green value is 56 (22.27% from 255 or 44.09% from 127); Blue value is 50 (19.92% from 255 or 39.37% from 127); Max value from RGB is 56 - color contains mainly: green. Hex color #153832 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153832 is #EAC7CD. Grayscale: #2C2C2C. Windows color (decimal): -15386574 or 3291157. OLE color: 3291157.
HSL color Cylindrical-coordinate representation of color #153832: hue angle of 169.71º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #153832 is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 21 | 56 | 50 | - |
| CMYK | 0.63 | 0 | 0.11 | 0.78 |
| HSL | 169.71º | 0.45% | 0.15% | - |
| HSV(B) | 169.71º | 0.63% | 0.22% | - |
| XYZ | 2.3 | 3.22 | 3.52 | - |
| YUV | 44.85 | 130.9 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 56 | 50 | 0.63 | 0 | 0.11 | 0.78 | 169.71 | 0.45 | 0.15 |
| Hex | 15 | 38 | 32 | 3F | 0 | B | 4E | AA | 2D | F |
| Octal | 25 | 70 | 62 | 77 | 0 | 13 | 116 | 252 | 55 | 17 |
| Binary | 10101 | 111000 | 110010 | 111111 | 0 | 1011 | 1001110 | 10101010 | 101101 | 1111 |
Color Harmonies of #153832
Complementary color
Monochromatic Colors of #153832
Black with #153832
Text Example
Text Example
White with #153832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153832; }
p { color: rgb(21,56,50); }
H1.HeaderClassName
{
color: #153832;
}
.AnyTagClassName
{
color: #153832;
}
</style>
background-color css
<style>
a { background-color: #153832; }
a { background-color: rgb(21,56,50); }
div.DivClassName
{
background-color: #153832;
}
.BgClassName
{
background-color: #153832;
}
</style>
border-color css
<style>
span { border-color: #153832; }
span { border-color: rgb(21,56,50); }
td.TdClassName
{
border-color: #153832;
}
.TagClassName
{
border-color: #153832;
}
</style>