Shades of Deep Teal #185146
Tints of Deep Teal #185146
RGB
CMYK
RGB Variations
Color information
#185146 (or 0x185146) is known color: Deep Teal. HEX triplet: 18, 51 and 46. RGB value is (24,81,70). Sum of RGB (Red+Green+Blue) = 24+81+70=175 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.71% from 175); Green value is 81 (32.03% from 255 or 46.29% from 175); Blue value is 70 (27.73% from 255 or 40% from 175); Max value from RGB is 81 - color contains mainly: green. Hex color #185146 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185146 is #E7AEB9. Grayscale: #3E3E3E. Windows color (decimal): -15183546 or 4608280. OLE color: 4608280.
HSL color Cylindrical-coordinate representation of color #185146: hue angle of 168.42º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #185146 is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 24 | 81 | 70 | - |
| CMYK | 0.70 | 0 | 0.14 | 0.68 |
| HSL | 168.42º | 0.54% | 0.21% | - |
| HSV(B) | 168.42º | 0.7% | 0.32% | - |
| XYZ | 4.42 | 6.52 | 6.82 | - |
| YUV | 62.7 | 132.12 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 81 | 70 | 0.70 | 0 | 0.14 | 0.68 | 168.42 | 0.54 | 0.21 |
| Hex | 18 | 51 | 46 | 46 | 0 | E | 44 | A8 | 36 | 15 |
| Octal | 30 | 121 | 106 | 106 | 0 | 16 | 104 | 250 | 66 | 25 |
| Binary | 11000 | 1010001 | 1000110 | 1000110 | 0 | 1110 | 1000100 | 10101000 | 110110 | 10101 |
Color Harmonies of #185146
Complementary color
Monochromatic Colors of #185146
Black with #185146
Text Example
Text Example
White with #185146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185146; }
p { color: rgb(24,81,70); }
H1.HeaderClassName
{
color: #185146;
}
.AnyTagClassName
{
color: #185146;
}
</style>
background-color css
<style>
a { background-color: #185146; }
a { background-color: rgb(24,81,70); }
div.DivClassName
{
background-color: #185146;
}
.BgClassName
{
background-color: #185146;
}
</style>
border-color css
<style>
span { border-color: #185146; }
span { border-color: rgb(24,81,70); }
td.TdClassName
{
border-color: #185146;
}
.TagClassName
{
border-color: #185146;
}
</style>