Shades of Deep Teal #154E43
Tints of Deep Teal #154E43
RGB
CMYK
RGB Variations
Color information
#154E43 (or 0x154E43) is known color: Deep Teal. HEX triplet: 15, 4E and 43. RGB value is (21,78,67). Sum of RGB (Red+Green+Blue) = 21+78+67=166 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.65% from 166); Green value is 78 (30.86% from 255 or 46.99% from 166); Blue value is 67 (26.56% from 255 or 40.36% from 166); Max value from RGB is 78 - color contains mainly: green. Hex color #154E43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #154E43 is #EAB1BC. Grayscale: #3B3B3B. Windows color (decimal): -15380925 or 4410901. OLE color: 4410901.
HSL color Cylindrical-coordinate representation of color #154E43: hue angle of 168.42º 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 #154E43 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 78 | 67 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.69 |
| HSL | 168.42º | 0.58% | 0.19% | - |
| HSV(B) | 168.42º | 0.73% | 0.31% | - |
| XYZ | 4.05 | 6.01 | 6.26 | - |
| YUV | 59.7 | 132.12 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 78 | 67 | 0.73 | 0 | 0.14 | 0.69 | 168.42 | 0.58 | 0.19 |
| Hex | 15 | 4E | 43 | 49 | 0 | E | 45 | A8 | 3A | 13 |
| Octal | 25 | 116 | 103 | 111 | 0 | 16 | 105 | 250 | 72 | 23 |
| Binary | 10101 | 1001110 | 1000011 | 1001001 | 0 | 1110 | 1000101 | 10101000 | 111010 | 10011 |
Color Harmonies of #154E43
Complementary color
Monochromatic Colors of #154E43
Black with #154E43
Text Example
Text Example
White with #154E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154E43; }
p { color: rgb(21,78,67); }
H1.HeaderClassName
{
color: #154E43;
}
.AnyTagClassName
{
color: #154E43;
}
</style>
background-color css
<style>
a { background-color: #154E43; }
a { background-color: rgb(21,78,67); }
div.DivClassName
{
background-color: #154E43;
}
.BgClassName
{
background-color: #154E43;
}
</style>
border-color css
<style>
span { border-color: #154E43; }
span { border-color: rgb(21,78,67); }
td.TdClassName
{
border-color: #154E43;
}
.TagClassName
{
border-color: #154E43;
}
</style>