Shades of Deep Teal #184F43
Tints of Deep Teal #184F43
RGB
CMYK
RGB Variations
Color information
#184F43 (or 0x184F43) is known color: Deep Teal. HEX triplet: 18, 4F and 43. RGB value is (24,79,67). Sum of RGB (Red+Green+Blue) = 24+79+67=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 79 (31.25% from 255 or 46.47% from 170); Blue value is 67 (26.56% from 255 or 39.41% from 170); Max value from RGB is 79 - color contains mainly: green. Hex color #184F43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #184F43 is #E7B0BC. Grayscale: #3D3D3D. Windows color (decimal): -15184061 or 4411160. OLE color: 4411160.
HSL color Cylindrical-coordinate representation of color #184F43: hue angle of 166.91º 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 #184F43 is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 79 | 67 | - |
| CMYK | 0.70 | 0 | 0.15 | 0.69 |
| HSL | 166.91º | 0.53% | 0.2% | - |
| HSV(B) | 166.91º | 0.7% | 0.31% | - |
| XYZ | 4.19 | 6.19 | 6.28 | - |
| YUV | 61.19 | 131.28 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 79 | 67 | 0.70 | 0 | 0.15 | 0.69 | 166.91 | 0.53 | 0.2 |
| Hex | 18 | 4F | 43 | 46 | 0 | F | 45 | A7 | 35 | 14 |
| Octal | 30 | 117 | 103 | 106 | 0 | 17 | 105 | 247 | 65 | 24 |
| Binary | 11000 | 1001111 | 1000011 | 1000110 | 0 | 1111 | 1000101 | 10100111 | 110101 | 10100 |
Color Harmonies of #184F43
Complementary color
Monochromatic Colors of #184F43
Black with #184F43
Text Example
Text Example
White with #184F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184F43; }
p { color: rgb(24,79,67); }
H1.HeaderClassName
{
color: #184F43;
}
.AnyTagClassName
{
color: #184F43;
}
</style>
background-color css
<style>
a { background-color: #184F43; }
a { background-color: rgb(24,79,67); }
div.DivClassName
{
background-color: #184F43;
}
.BgClassName
{
background-color: #184F43;
}
</style>
border-color css
<style>
span { border-color: #184F43; }
span { border-color: rgb(24,79,67); }
td.TdClassName
{
border-color: #184F43;
}
.TagClassName
{
border-color: #184F43;
}
</style>