Shades of Deep Teal #184941
Tints of Deep Teal #184941
RGB
CMYK
RGB Variations
Color information
#184941 (or 0x184941) is known color: Deep Teal. HEX triplet: 18, 49 and 41. RGB value is (24,73,65). Sum of RGB (Red+Green+Blue) = 24+73+65=162 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.81% from 162); Green value is 73 (28.91% from 255 or 45.06% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 73 - color contains mainly: green. Hex color #184941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184941 is #E7B6BE. Grayscale: #393939. Windows color (decimal): -15185599 or 4278552. OLE color: 4278552.
HSL color Cylindrical-coordinate representation of color #184941: hue angle of 170.2º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #184941 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 73 | 65 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.71 |
| HSL | 170.2º | 0.51% | 0.19% | - |
| HSV(B) | 170.2º | 0.67% | 0.29% | - |
| XYZ | 3.71 | 5.34 | 5.84 | - |
| YUV | 57.44 | 132.27 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 73 | 65 | 0.67 | 0 | 0.11 | 0.71 | 170.2 | 0.51 | 0.19 |
| Hex | 18 | 49 | 41 | 43 | 0 | B | 47 | AA | 33 | 13 |
| Octal | 30 | 111 | 101 | 103 | 0 | 13 | 107 | 252 | 63 | 23 |
| Binary | 11000 | 1001001 | 1000001 | 1000011 | 0 | 1011 | 1000111 | 10101010 | 110011 | 10011 |
Color Harmonies of #184941
Complementary color
Monochromatic Colors of #184941
Black with #184941
Text Example
Text Example
White with #184941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184941; }
p { color: rgb(24,73,65); }
H1.HeaderClassName
{
color: #184941;
}
.AnyTagClassName
{
color: #184941;
}
</style>
background-color css
<style>
a { background-color: #184941; }
a { background-color: rgb(24,73,65); }
div.DivClassName
{
background-color: #184941;
}
.BgClassName
{
background-color: #184941;
}
</style>
border-color css
<style>
span { border-color: #184941; }
span { border-color: rgb(24,73,65); }
td.TdClassName
{
border-color: #184941;
}
.TagClassName
{
border-color: #184941;
}
</style>