Shades of Deep Teal #184E46
Tints of Deep Teal #184E46
RGB
CMYK
RGB Variations
Color information
#184E46 (or 0x184E46) is known color: Deep Teal. HEX triplet: 18, 4E and 46. RGB value is (24,78,70). Sum of RGB (Red+Green+Blue) = 24+78+70=172 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.95% from 172); Green value is 78 (30.86% from 255 or 45.35% from 172); Blue value is 70 (27.73% from 255 or 40.70% from 172); Max value from RGB is 78 - color contains mainly: green. Hex color #184E46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #184E46 is #E7B1B9. Grayscale: #3C3C3C. Windows color (decimal): -15184314 or 4607512. OLE color: 4607512.
HSL color Cylindrical-coordinate representation of color #184E46: hue angle of 171.11º 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 #184E46 is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 78 | 70 | - |
| CMYK | 0.69 | 0 | 0.10 | 0.69 |
| HSL | 171.11º | 0.53% | 0.2% | - |
| HSV(B) | 171.11º | 0.69% | 0.31% | - |
| XYZ | 4.21 | 6.09 | 6.75 | - |
| YUV | 60.94 | 133.11 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 78 | 70 | 0.69 | 0 | 0.10 | 0.69 | 171.11 | 0.53 | 0.2 |
| Hex | 18 | 4E | 46 | 45 | 0 | A | 45 | AB | 35 | 14 |
| Octal | 30 | 116 | 106 | 105 | 0 | 12 | 105 | 253 | 65 | 24 |
| Binary | 11000 | 1001110 | 1000110 | 1000101 | 0 | 1010 | 1000101 | 10101011 | 110101 | 10100 |
Color Harmonies of #184E46
Complementary color
Monochromatic Colors of #184E46
Black with #184E46
Text Example
Text Example
White with #184E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184E46; }
p { color: rgb(24,78,70); }
H1.HeaderClassName
{
color: #184E46;
}
.AnyTagClassName
{
color: #184E46;
}
</style>
background-color css
<style>
a { background-color: #184E46; }
a { background-color: rgb(24,78,70); }
div.DivClassName
{
background-color: #184E46;
}
.BgClassName
{
background-color: #184E46;
}
</style>
border-color css
<style>
span { border-color: #184E46; }
span { border-color: rgb(24,78,70); }
td.TdClassName
{
border-color: #184E46;
}
.TagClassName
{
border-color: #184E46;
}
</style>