Shades of Deep Teal #184E45
Tints of Deep Teal #184E45
RGB
CMYK
RGB Variations
Color information
#184E45 (or 0x184E45) is known color: Deep Teal. HEX triplet: 18, 4E and 45. RGB value is (24,78,69). Sum of RGB (Red+Green+Blue) = 24+78+69=171 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.04% from 171); Green value is 78 (30.86% from 255 or 45.61% from 171); Blue value is 69 (27.34% from 255 or 40.35% from 171); Max value from RGB is 78 - color contains mainly: green. Hex color #184E45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #184E45 is #E7B1BA. Grayscale: #3C3C3C. Windows color (decimal): -15184315 or 4541976. OLE color: 4541976.
HSL color Cylindrical-coordinate representation of color #184E45: hue angle of 170º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #184E45 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 78 | 69 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.69 |
| HSL | 170º | 0.53% | 0.2% | - |
| HSV(B) | 170º | 0.69% | 0.31% | - |
| XYZ | 4.18 | 6.07 | 6.58 | - |
| YUV | 60.83 | 132.61 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 78 | 69 | 0.69 | 0 | 0.12 | 0.69 | 170 | 0.53 | 0.2 |
| Hex | 18 | 4E | 45 | 45 | 0 | C | 45 | AA | 35 | 14 |
| Octal | 30 | 116 | 105 | 105 | 0 | 14 | 105 | 252 | 65 | 24 |
| Binary | 11000 | 1001110 | 1000101 | 1000101 | 0 | 1100 | 1000101 | 10101010 | 110101 | 10100 |
Color Harmonies of #184E45
Complementary color
Monochromatic Colors of #184E45
Black with #184E45
Text Example
Text Example
White with #184E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184E45; }
p { color: rgb(24,78,69); }
H1.HeaderClassName
{
color: #184E45;
}
.AnyTagClassName
{
color: #184E45;
}
</style>
background-color css
<style>
a { background-color: #184E45; }
a { background-color: rgb(24,78,69); }
div.DivClassName
{
background-color: #184E45;
}
.BgClassName
{
background-color: #184E45;
}
</style>
border-color css
<style>
span { border-color: #184E45; }
span { border-color: rgb(24,78,69); }
td.TdClassName
{
border-color: #184E45;
}
.TagClassName
{
border-color: #184E45;
}
</style>