Shades of Deep Teal #154337
Tints of Deep Teal #154337
RGB
CMYK
RGB Variations
Color information
#154337 (or 0x154337) is known color: Deep Teal. HEX triplet: 15, 43 and 37. RGB value is (21,67,55). Sum of RGB (Red+Green+Blue) = 21+67+55=143 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.69% from 143); Green value is 67 (26.56% from 255 or 46.85% from 143); Blue value is 55 (21.88% from 255 or 38.46% from 143); Max value from RGB is 67 - color contains mainly: green. Hex color #154337 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154337 is #EABCC8. Grayscale: #333333. Windows color (decimal): -15383753 or 3621653. OLE color: 3621653.
HSL color Cylindrical-coordinate representation of color #154337: hue angle of 164.35º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #154337 is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 21 | 67 | 55 | - |
| CMYK | 0.69 | 0 | 0.18 | 0.74 |
| HSL | 164.35º | 0.52% | 0.17% | - |
| HSV(B) | 164.35º | 0.69% | 0.26% | - |
| XYZ | 3.01 | 4.45 | 4.31 | - |
| YUV | 51.88 | 129.76 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 67 | 55 | 0.69 | 0 | 0.18 | 0.74 | 164.35 | 0.52 | 0.17 |
| Hex | 15 | 43 | 37 | 45 | 0 | 12 | 4A | A4 | 34 | 11 |
| Octal | 25 | 103 | 67 | 105 | 0 | 22 | 112 | 244 | 64 | 21 |
| Binary | 10101 | 1000011 | 110111 | 1000101 | 0 | 10010 | 1001010 | 10100100 | 110100 | 10001 |
Color Harmonies of #154337
Complementary color
Monochromatic Colors of #154337
Black with #154337
Text Example
Text Example
White with #154337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154337; }
p { color: rgb(21,67,55); }
H1.HeaderClassName
{
color: #154337;
}
.AnyTagClassName
{
color: #154337;
}
</style>
background-color css
<style>
a { background-color: #154337; }
a { background-color: rgb(21,67,55); }
div.DivClassName
{
background-color: #154337;
}
.BgClassName
{
background-color: #154337;
}
</style>
border-color css
<style>
span { border-color: #154337; }
span { border-color: rgb(21,67,55); }
td.TdClassName
{
border-color: #154337;
}
.TagClassName
{
border-color: #154337;
}
</style>