Shades of Deep Teal #154E3F
Tints of Deep Teal #154E3F
RGB
CMYK
RGB Variations
Color information
#154E3F (or 0x154E3F) is known color: Deep Teal. HEX triplet: 15, 4E and 3F. RGB value is (21,78,63). Sum of RGB (Red+Green+Blue) = 21+78+63=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 78 (30.86% from 255 or 48.15% from 162); Blue value is 63 (25% from 255 or 38.89% from 162); Max value from RGB is 78 - color contains mainly: green. Hex color #154E3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #154E3F is #EAB1C0. Grayscale: #3B3B3B. Windows color (decimal): -15380929 or 4148757. OLE color: 4148757.
HSL color Cylindrical-coordinate representation of color #154E3F: hue angle of 164.21º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #154E3F is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 78 | 63 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.69 |
| HSL | 164.21º | 0.58% | 0.19% | - |
| HSV(B) | 164.21º | 0.73% | 0.31% | - |
| XYZ | 3.93 | 5.97 | 5.65 | - |
| YUV | 59.25 | 130.12 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 78 | 63 | 0.73 | 0 | 0.19 | 0.69 | 164.21 | 0.58 | 0.19 |
| Hex | 15 | 4E | 3F | 49 | 0 | 13 | 45 | A4 | 3A | 13 |
| Octal | 25 | 116 | 77 | 111 | 0 | 23 | 105 | 244 | 72 | 23 |
| Binary | 10101 | 1001110 | 111111 | 1001001 | 0 | 10011 | 1000101 | 10100100 | 111010 | 10011 |
Color Harmonies of #154E3F
Complementary color
Monochromatic Colors of #154E3F
Black with #154E3F
Text Example
Text Example
White with #154E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154E3F; }
p { color: rgb(21,78,63); }
H1.HeaderClassName
{
color: #154E3F;
}
.AnyTagClassName
{
color: #154E3F;
}
</style>
background-color css
<style>
a { background-color: #154E3F; }
a { background-color: rgb(21,78,63); }
div.DivClassName
{
background-color: #154E3F;
}
.BgClassName
{
background-color: #154E3F;
}
</style>
border-color css
<style>
span { border-color: #154E3F; }
span { border-color: rgb(21,78,63); }
td.TdClassName
{
border-color: #154E3F;
}
.TagClassName
{
border-color: #154E3F;
}
</style>