Shades of Deep Teal #154036
Tints of Deep Teal #154036
RGB
CMYK
RGB Variations
Color information
#154036 (or 0x154036) is known color: Deep Teal. HEX triplet: 15, 40 and 36. RGB value is (21,64,54). Sum of RGB (Red+Green+Blue) = 21+64+54=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 54 (21.48% from 255 or 38.85% from 139); Max value from RGB is 64 - color contains mainly: green. Hex color #154036 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154036 is #EABFC9. Grayscale: #313131. Windows color (decimal): -15384522 or 3555349. OLE color: 3555349.
HSL color Cylindrical-coordinate representation of color #154036: hue angle of 166.05º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #154036 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 64 | 54 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.75 |
| HSL | 166.05º | 0.51% | 0.17% | - |
| HSV(B) | 166.05º | 0.67% | 0.25% | - |
| XYZ | 2.81 | 4.09 | 4.13 | - |
| YUV | 50 | 130.25 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 64 | 54 | 0.67 | 0 | 0.16 | 0.75 | 166.05 | 0.51 | 0.17 |
| Hex | 15 | 40 | 36 | 43 | 0 | 10 | 4B | A6 | 33 | 11 |
| Octal | 25 | 100 | 66 | 103 | 0 | 20 | 113 | 246 | 63 | 21 |
| Binary | 10101 | 1000000 | 110110 | 1000011 | 0 | 10000 | 1001011 | 10100110 | 110011 | 10001 |
Color Harmonies of #154036
Complementary color
Monochromatic Colors of #154036
Black with #154036
Text Example
Text Example
White with #154036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154036; }
p { color: rgb(21,64,54); }
H1.HeaderClassName
{
color: #154036;
}
.AnyTagClassName
{
color: #154036;
}
</style>
background-color css
<style>
a { background-color: #154036; }
a { background-color: rgb(21,64,54); }
div.DivClassName
{
background-color: #154036;
}
.BgClassName
{
background-color: #154036;
}
</style>
border-color css
<style>
span { border-color: #154036; }
span { border-color: rgb(21,64,54); }
td.TdClassName
{
border-color: #154036;
}
.TagClassName
{
border-color: #154036;
}
</style>