Shades of Deep Teal #153936
Tints of Deep Teal #153936
RGB
CMYK
RGB Variations
Color information
#153936 (or 0x153936) is known color: Deep Teal. HEX triplet: 15, 39 and 36. RGB value is (21,57,54). Sum of RGB (Red+Green+Blue) = 21+57+54=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 57 (22.66% from 255 or 43.18% from 132); Blue value is 54 (21.48% from 255 or 40.91% from 132); Max value from RGB is 57 - color contains mainly: green. Hex color #153936 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153936 is #EAC6C9. Grayscale: #2D2D2D. Windows color (decimal): -15386314 or 3553557. OLE color: 3553557.
HSL color Cylindrical-coordinate representation of color #153936: hue angle of 175º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #153936 is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 21 | 57 | 54 | - |
| CMYK | 0.63 | 0 | 0.05 | 0.78 |
| HSL | 175º | 0.46% | 0.15% | - |
| HSV(B) | 175º | 0.63% | 0.22% | - |
| XYZ | 2.44 | 3.35 | 4.01 | - |
| YUV | 45.89 | 132.57 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 57 | 54 | 0.63 | 0 | 0.05 | 0.78 | 175 | 0.46 | 0.15 |
| Hex | 15 | 39 | 36 | 3F | 0 | 5 | 4E | AF | 2E | F |
| Octal | 25 | 71 | 66 | 77 | 0 | 5 | 116 | 257 | 56 | 17 |
| Binary | 10101 | 111001 | 110110 | 111111 | 0 | 101 | 1001110 | 10101111 | 101110 | 1111 |
Color Harmonies of #153936
Complementary color
Monochromatic Colors of #153936
Black with #153936
Text Example
Text Example
White with #153936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153936; }
p { color: rgb(21,57,54); }
H1.HeaderClassName
{
color: #153936;
}
.AnyTagClassName
{
color: #153936;
}
</style>
background-color css
<style>
a { background-color: #153936; }
a { background-color: rgb(21,57,54); }
div.DivClassName
{
background-color: #153936;
}
.BgClassName
{
background-color: #153936;
}
</style>
border-color css
<style>
span { border-color: #153936; }
span { border-color: rgb(21,57,54); }
td.TdClassName
{
border-color: #153936;
}
.TagClassName
{
border-color: #153936;
}
</style>