Shades of Deep Teal #153930
Tints of Deep Teal #153930
RGB
CMYK
RGB Variations
Color information
#153930 (or 0x153930) is known color: Deep Teal. HEX triplet: 15, 39 and 30. RGB value is (21,57,48). Sum of RGB (Red+Green+Blue) = 21+57+48=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 57 (22.66% from 255 or 45.24% from 126); Blue value is 48 (19.14% from 255 or 38.10% from 126); Max value from RGB is 57 - color contains mainly: green. Hex color #153930 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153930 is #EAC6CF. Grayscale: #2D2D2D. Windows color (decimal): -15386320 or 3160341. OLE color: 3160341.
HSL color Cylindrical-coordinate representation of color #153930: hue angle of 165º 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 #153930 is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 21 | 57 | 48 | - |
| CMYK | 0.63 | 0 | 0.16 | 0.78 |
| HSL | 165º | 0.46% | 0.15% | - |
| HSV(B) | 165º | 0.63% | 0.22% | - |
| XYZ | 2.31 | 3.3 | 3.31 | - |
| YUV | 45.21 | 129.57 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 57 | 48 | 0.63 | 0 | 0.16 | 0.78 | 165 | 0.46 | 0.15 |
| Hex | 15 | 39 | 30 | 3F | 0 | 10 | 4E | A5 | 2E | F |
| Octal | 25 | 71 | 60 | 77 | 0 | 20 | 116 | 245 | 56 | 17 |
| Binary | 10101 | 111001 | 110000 | 111111 | 0 | 10000 | 1001110 | 10100101 | 101110 | 1111 |
Color Harmonies of #153930
Complementary color
Monochromatic Colors of #153930
Black with #153930
Text Example
Text Example
White with #153930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153930; }
p { color: rgb(21,57,48); }
H1.HeaderClassName
{
color: #153930;
}
.AnyTagClassName
{
color: #153930;
}
</style>
background-color css
<style>
a { background-color: #153930; }
a { background-color: rgb(21,57,48); }
div.DivClassName
{
background-color: #153930;
}
.BgClassName
{
background-color: #153930;
}
</style>
border-color css
<style>
span { border-color: #153930; }
span { border-color: rgb(21,57,48); }
td.TdClassName
{
border-color: #153930;
}
.TagClassName
{
border-color: #153930;
}
</style>