Shades of Deep Teal #185145
Tints of Deep Teal #185145
RGB
CMYK
RGB Variations
Color information
#185145 (or 0x185145) is known color: Deep Teal. HEX triplet: 18, 51 and 45. RGB value is (24,81,69). Sum of RGB (Red+Green+Blue) = 24+81+69=174 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.79% from 174); Green value is 81 (32.03% from 255 or 46.55% from 174); Blue value is 69 (27.34% from 255 or 39.66% from 174); Max value from RGB is 81 - color contains mainly: green. Hex color #185145 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185145 is #E7AEBA. Grayscale: #3E3E3E. Windows color (decimal): -15183547 or 4542744. OLE color: 4542744.
HSL color Cylindrical-coordinate representation of color #185145: hue angle of 167.37º 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 #185145 is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 24 | 81 | 69 | - |
| CMYK | 0.70 | 0 | 0.15 | 0.68 |
| HSL | 167.37º | 0.54% | 0.21% | - |
| HSV(B) | 167.37º | 0.7% | 0.32% | - |
| XYZ | 4.39 | 6.51 | 6.65 | - |
| YUV | 62.59 | 131.62 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 81 | 69 | 0.70 | 0 | 0.15 | 0.68 | 167.37 | 0.54 | 0.21 |
| Hex | 18 | 51 | 45 | 46 | 0 | F | 44 | A7 | 36 | 15 |
| Octal | 30 | 121 | 105 | 106 | 0 | 17 | 104 | 247 | 66 | 25 |
| Binary | 11000 | 1010001 | 1000101 | 1000110 | 0 | 1111 | 1000100 | 10100111 | 110110 | 10101 |
Color Harmonies of #185145
Complementary color
Monochromatic Colors of #185145
Black with #185145
Text Example
Text Example
White with #185145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185145; }
p { color: rgb(24,81,69); }
H1.HeaderClassName
{
color: #185145;
}
.AnyTagClassName
{
color: #185145;
}
</style>
background-color css
<style>
a { background-color: #185145; }
a { background-color: rgb(24,81,69); }
div.DivClassName
{
background-color: #185145;
}
.BgClassName
{
background-color: #185145;
}
</style>
border-color css
<style>
span { border-color: #185145; }
span { border-color: rgb(24,81,69); }
td.TdClassName
{
border-color: #185145;
}
.TagClassName
{
border-color: #185145;
}
</style>