Shades of Deep Teal #184742
Tints of Deep Teal #184742
RGB
CMYK
RGB Variations
Color information
#184742 (or 0x184742) is known color: Deep Teal. HEX triplet: 18, 47 and 42. RGB value is (24,71,66). Sum of RGB (Red+Green+Blue) = 24+71+66=161 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.91% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 66 (26.17% from 255 or 40.99% from 161); Max value from RGB is 71 - color contains mainly: green. Hex color #184742 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184742 is #E7B8BD. Grayscale: #383838. Windows color (decimal): -15186110 or 4343576. OLE color: 4343576.
HSL color Cylindrical-coordinate representation of color #184742: hue angle of 173.62º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #184742 is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 24 | 71 | 66 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.72 |
| HSL | 173.62º | 0.49% | 0.19% | - |
| HSV(B) | 173.62º | 0.66% | 0.28% | - |
| XYZ | 3.61 | 5.09 | 5.95 | - |
| YUV | 56.38 | 133.43 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 71 | 66 | 0.66 | 0 | 0.07 | 0.72 | 173.62 | 0.49 | 0.19 |
| Hex | 18 | 47 | 42 | 42 | 0 | 7 | 48 | AE | 31 | 13 |
| Octal | 30 | 107 | 102 | 102 | 0 | 7 | 110 | 256 | 61 | 23 |
| Binary | 11000 | 1000111 | 1000010 | 1000010 | 0 | 111 | 1001000 | 10101110 | 110001 | 10011 |
Color Harmonies of #184742
Complementary color
Monochromatic Colors of #184742
Black with #184742
Text Example
Text Example
White with #184742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184742; }
p { color: rgb(24,71,66); }
H1.HeaderClassName
{
color: #184742;
}
.AnyTagClassName
{
color: #184742;
}
</style>
background-color css
<style>
a { background-color: #184742; }
a { background-color: rgb(24,71,66); }
div.DivClassName
{
background-color: #184742;
}
.BgClassName
{
background-color: #184742;
}
</style>
border-color css
<style>
span { border-color: #184742; }
span { border-color: rgb(24,71,66); }
td.TdClassName
{
border-color: #184742;
}
.TagClassName
{
border-color: #184742;
}
</style>