Shades of Deep Teal #184F40
Tints of Deep Teal #184F40
RGB
CMYK
RGB Variations
Color information
#184F40 (or 0x184F40) is known color: Deep Teal. HEX triplet: 18, 4F and 40. RGB value is (24,79,64). Sum of RGB (Red+Green+Blue) = 24+79+64=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 79 (31.25% from 255 or 47.31% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 79 - color contains mainly: green. Hex color #184F40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #184F40 is #E7B0BF. Grayscale: #3C3C3C. Windows color (decimal): -15184064 or 4214552. OLE color: 4214552.
HSL color Cylindrical-coordinate representation of color #184F40: hue angle of 163.64º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #184F40 is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 79 | 64 | - |
| CMYK | 0.70 | 0 | 0.19 | 0.69 |
| HSL | 163.64º | 0.53% | 0.2% | - |
| HSV(B) | 163.64º | 0.7% | 0.31% | - |
| XYZ | 4.1 | 6.16 | 5.82 | - |
| YUV | 60.85 | 129.78 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 79 | 64 | 0.70 | 0 | 0.19 | 0.69 | 163.64 | 0.53 | 0.2 |
| Hex | 18 | 4F | 40 | 46 | 0 | 13 | 45 | A4 | 35 | 14 |
| Octal | 30 | 117 | 100 | 106 | 0 | 23 | 105 | 244 | 65 | 24 |
| Binary | 11000 | 1001111 | 1000000 | 1000110 | 0 | 10011 | 1000101 | 10100100 | 110101 | 10100 |
Color Harmonies of #184F40
Complementary color
Monochromatic Colors of #184F40
Black with #184F40
Text Example
Text Example
White with #184F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184F40; }
p { color: rgb(24,79,64); }
H1.HeaderClassName
{
color: #184F40;
}
.AnyTagClassName
{
color: #184F40;
}
</style>
background-color css
<style>
a { background-color: #184F40; }
a { background-color: rgb(24,79,64); }
div.DivClassName
{
background-color: #184F40;
}
.BgClassName
{
background-color: #184F40;
}
</style>
border-color css
<style>
span { border-color: #184F40; }
span { border-color: rgb(24,79,64); }
td.TdClassName
{
border-color: #184F40;
}
.TagClassName
{
border-color: #184F40;
}
</style>