Shades of Deep Teal #184D40
Tints of Deep Teal #184D40
RGB
CMYK
RGB Variations
Color information
#184D40 (or 0x184D40) is known color: Deep Teal. HEX triplet: 18, 4D and 40. RGB value is (24,77,64). Sum of RGB (Red+Green+Blue) = 24+77+64=165 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.55% from 165); Green value is 77 (30.47% from 255 or 46.67% from 165); Blue value is 64 (25.39% from 255 or 38.79% from 165); Max value from RGB is 77 - color contains mainly: green. Hex color #184D40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #184D40 is #E7B2BF. Grayscale: #3B3B3B. Windows color (decimal): -15184576 or 4214040. OLE color: 4214040.
HSL color Cylindrical-coordinate representation of color #184D40: hue angle of 165.28º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #184D40 is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 24 | 77 | 64 | - |
| CMYK | 0.69 | 0 | 0.17 | 0.70 |
| HSL | 165.28º | 0.52% | 0.2% | - |
| HSV(B) | 165.28º | 0.69% | 0.3% | - |
| XYZ | 3.96 | 5.87 | 5.78 | - |
| YUV | 59.67 | 130.44 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 77 | 64 | 0.69 | 0 | 0.17 | 0.70 | 165.28 | 0.52 | 0.2 |
| Hex | 18 | 4D | 40 | 45 | 0 | 11 | 46 | A5 | 34 | 14 |
| Octal | 30 | 115 | 100 | 105 | 0 | 21 | 106 | 245 | 64 | 24 |
| Binary | 11000 | 1001101 | 1000000 | 1000101 | 0 | 10001 | 1000110 | 10100101 | 110100 | 10100 |
Color Harmonies of #184D40
Complementary color
Monochromatic Colors of #184D40
Black with #184D40
Text Example
Text Example
White with #184D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184D40; }
p { color: rgb(24,77,64); }
H1.HeaderClassName
{
color: #184D40;
}
.AnyTagClassName
{
color: #184D40;
}
</style>
background-color css
<style>
a { background-color: #184D40; }
a { background-color: rgb(24,77,64); }
div.DivClassName
{
background-color: #184D40;
}
.BgClassName
{
background-color: #184D40;
}
</style>
border-color css
<style>
span { border-color: #184D40; }
span { border-color: rgb(24,77,64); }
td.TdClassName
{
border-color: #184D40;
}
.TagClassName
{
border-color: #184D40;
}
</style>