Shades of Deep Teal #153A31
Tints of Deep Teal #153A31
RGB
CMYK
RGB Variations
Color information
#153A31 (or 0x153A31) is known color: Deep Teal. HEX triplet: 15, 3A and 31. RGB value is (21,58,49). Sum of RGB (Red+Green+Blue) = 21+58+49=128 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.41% from 128); Green value is 58 (23.05% from 255 or 45.31% from 128); Blue value is 49 (19.53% from 255 or 38.28% from 128); Max value from RGB is 58 - color contains mainly: green. Hex color #153A31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153A31 is #EAC5CE. Grayscale: #2D2D2D. Windows color (decimal): -15386063 or 3226133. OLE color: 3226133.
HSL color Cylindrical-coordinate representation of color #153A31: hue angle of 165.41º 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 #153A31 is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 21 | 58 | 49 | - |
| CMYK | 0.64 | 0 | 0.16 | 0.77 |
| HSL | 165.41º | 0.47% | 0.15% | - |
| HSV(B) | 165.41º | 0.64% | 0.23% | - |
| XYZ | 2.38 | 3.41 | 3.44 | - |
| YUV | 45.91 | 129.74 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 58 | 49 | 0.64 | 0 | 0.16 | 0.77 | 165.41 | 0.47 | 0.15 |
| Hex | 15 | 3A | 31 | 40 | 0 | 10 | 4D | A5 | 2F | F |
| Octal | 25 | 72 | 61 | 100 | 0 | 20 | 115 | 245 | 57 | 17 |
| Binary | 10101 | 111010 | 110001 | 1000000 | 0 | 10000 | 1001101 | 10100101 | 101111 | 1111 |
Color Harmonies of #153A31
Complementary color
Monochromatic Colors of #153A31
Black with #153A31
Text Example
Text Example
White with #153A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153A31; }
p { color: rgb(21,58,49); }
H1.HeaderClassName
{
color: #153A31;
}
.AnyTagClassName
{
color: #153A31;
}
</style>
background-color css
<style>
a { background-color: #153A31; }
a { background-color: rgb(21,58,49); }
div.DivClassName
{
background-color: #153A31;
}
.BgClassName
{
background-color: #153A31;
}
</style>
border-color css
<style>
span { border-color: #153A31; }
span { border-color: rgb(21,58,49); }
td.TdClassName
{
border-color: #153A31;
}
.TagClassName
{
border-color: #153A31;
}
</style>