Shades of Deep Teal #153E37
Tints of Deep Teal #153E37
RGB
CMYK
RGB Variations
Color information
#153E37 (or 0x153E37) is known color: Deep Teal. HEX triplet: 15, 3E and 37. RGB value is (21,62,55). Sum of RGB (Red+Green+Blue) = 21+62+55=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 62 (24.61% from 255 or 44.93% from 138); Blue value is 55 (21.88% from 255 or 39.86% from 138); Max value from RGB is 62 - color contains mainly: green. Hex color #153E37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153E37 is #EAC1C8. Grayscale: #303030. Windows color (decimal): -15385033 or 3620373. OLE color: 3620373.
HSL color Cylindrical-coordinate representation of color #153E37: hue angle of 169.76º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #153E37 is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 62 | 55 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.76 |
| HSL | 169.76º | 0.49% | 0.16% | - |
| HSV(B) | 169.76º | 0.66% | 0.24% | - |
| XYZ | 2.72 | 3.88 | 4.22 | - |
| YUV | 48.94 | 131.42 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 62 | 55 | 0.66 | 0 | 0.11 | 0.76 | 169.76 | 0.49 | 0.16 |
| Hex | 15 | 3E | 37 | 42 | 0 | B | 4C | AA | 31 | 10 |
| Octal | 25 | 76 | 67 | 102 | 0 | 13 | 114 | 252 | 61 | 20 |
| Binary | 10101 | 111110 | 110111 | 1000010 | 0 | 1011 | 1001100 | 10101010 | 110001 | 10000 |
Color Harmonies of #153E37
Complementary color
Monochromatic Colors of #153E37
Black with #153E37
Text Example
Text Example
White with #153E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153E37; }
p { color: rgb(21,62,55); }
H1.HeaderClassName
{
color: #153E37;
}
.AnyTagClassName
{
color: #153E37;
}
</style>
background-color css
<style>
a { background-color: #153E37; }
a { background-color: rgb(21,62,55); }
div.DivClassName
{
background-color: #153E37;
}
.BgClassName
{
background-color: #153E37;
}
</style>
border-color css
<style>
span { border-color: #153E37; }
span { border-color: rgb(21,62,55); }
td.TdClassName
{
border-color: #153E37;
}
.TagClassName
{
border-color: #153E37;
}
</style>