Shades of Deep Teal #154137
Tints of Deep Teal #154137
RGB
CMYK
RGB Variations
Color information
#154137 (or 0x154137) is known color: Deep Teal. HEX triplet: 15, 41 and 37. RGB value is (21,65,55). Sum of RGB (Red+Green+Blue) = 21+65+55=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 65 (25.78% from 255 or 46.10% from 141); Blue value is 55 (21.88% from 255 or 39.01% from 141); Max value from RGB is 65 - color contains mainly: green. Hex color #154137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154137 is #EABEC8. Grayscale: #323232. Windows color (decimal): -15384265 or 3621141. OLE color: 3621141.
HSL color Cylindrical-coordinate representation of color #154137: hue angle of 166.36º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #154137 is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 65 | 55 | - |
| CMYK | 0.68 | 0 | 0.15 | 0.75 |
| HSL | 166.36º | 0.51% | 0.17% | - |
| HSV(B) | 166.36º | 0.68% | 0.25% | - |
| XYZ | 2.89 | 4.22 | 4.28 | - |
| YUV | 50.7 | 130.42 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 65 | 55 | 0.68 | 0 | 0.15 | 0.75 | 166.36 | 0.51 | 0.17 |
| Hex | 15 | 41 | 37 | 44 | 0 | F | 4B | A6 | 33 | 11 |
| Octal | 25 | 101 | 67 | 104 | 0 | 17 | 113 | 246 | 63 | 21 |
| Binary | 10101 | 1000001 | 110111 | 1000100 | 0 | 1111 | 1001011 | 10100110 | 110011 | 10001 |
Color Harmonies of #154137
Complementary color
Monochromatic Colors of #154137
Black with #154137
Text Example
Text Example
White with #154137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154137; }
p { color: rgb(21,65,55); }
H1.HeaderClassName
{
color: #154137;
}
.AnyTagClassName
{
color: #154137;
}
</style>
background-color css
<style>
a { background-color: #154137; }
a { background-color: rgb(21,65,55); }
div.DivClassName
{
background-color: #154137;
}
.BgClassName
{
background-color: #154137;
}
</style>
border-color css
<style>
span { border-color: #154137; }
span { border-color: rgb(21,65,55); }
td.TdClassName
{
border-color: #154137;
}
.TagClassName
{
border-color: #154137;
}
</style>