Shades of Deep Teal #153934
Tints of Deep Teal #153934
RGB
CMYK
RGB Variations
Color information
#153934 (or 0x153934) is known color: Deep Teal. HEX triplet: 15, 39 and 34. RGB value is (21,57,52). Sum of RGB (Red+Green+Blue) = 21+57+52=130 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.15% from 130); Green value is 57 (22.66% from 255 or 43.85% from 130); Blue value is 52 (20.70% from 255 or 40% from 130); Max value from RGB is 57 - color contains mainly: green. Hex color #153934 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153934 is #EAC6CB. Grayscale: #2D2D2D. Windows color (decimal): -15386316 or 3422485. OLE color: 3422485.
HSL color Cylindrical-coordinate representation of color #153934: hue angle of 171.67º 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 #153934 is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 21 | 57 | 52 | - |
| CMYK | 0.63 | 0 | 0.09 | 0.78 |
| HSL | 171.67º | 0.46% | 0.15% | - |
| HSV(B) | 171.67º | 0.63% | 0.22% | - |
| XYZ | 2.39 | 3.33 | 3.77 | - |
| YUV | 45.67 | 131.57 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 57 | 52 | 0.63 | 0 | 0.09 | 0.78 | 171.67 | 0.46 | 0.15 |
| Hex | 15 | 39 | 34 | 3F | 0 | 9 | 4E | AC | 2E | F |
| Octal | 25 | 71 | 64 | 77 | 0 | 11 | 116 | 254 | 56 | 17 |
| Binary | 10101 | 111001 | 110100 | 111111 | 0 | 1001 | 1001110 | 10101100 | 101110 | 1111 |
Color Harmonies of #153934
Complementary color
Monochromatic Colors of #153934
Black with #153934
Text Example
Text Example
White with #153934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153934; }
p { color: rgb(21,57,52); }
H1.HeaderClassName
{
color: #153934;
}
.AnyTagClassName
{
color: #153934;
}
</style>
background-color css
<style>
a { background-color: #153934; }
a { background-color: rgb(21,57,52); }
div.DivClassName
{
background-color: #153934;
}
.BgClassName
{
background-color: #153934;
}
</style>
border-color css
<style>
span { border-color: #153934; }
span { border-color: rgb(21,57,52); }
td.TdClassName
{
border-color: #153934;
}
.TagClassName
{
border-color: #153934;
}
</style>