Shades of Deep Teal #185040
Tints of Deep Teal #185040
RGB
CMYK
RGB Variations
Color information
#185040 (or 0x185040) is known color: Deep Teal. HEX triplet: 18, 50 and 40. RGB value is (24,80,64). Sum of RGB (Red+Green+Blue) = 24+80+64=168 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.29% from 168); Green value is 80 (31.64% from 255 or 47.62% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 80 - color contains mainly: green. Hex color #185040 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185040 is #E7AFBF. Grayscale: #3D3D3D. Windows color (decimal): -15183808 or 4214808. OLE color: 4214808.
HSL color Cylindrical-coordinate representation of color #185040: hue angle of 162.86º degrees, saturation: 0.54, 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 #185040 is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 80 | 64 | - |
| CMYK | 0.70 | 0 | 0.20 | 0.69 |
| HSL | 162.86º | 0.54% | 0.2% | - |
| HSV(B) | 162.86º | 0.7% | 0.31% | - |
| XYZ | 4.17 | 6.3 | 5.85 | - |
| YUV | 61.43 | 129.45 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 80 | 64 | 0.70 | 0 | 0.20 | 0.69 | 162.86 | 0.54 | 0.2 |
| Hex | 18 | 50 | 40 | 46 | 0 | 14 | 45 | A3 | 36 | 14 |
| Octal | 30 | 120 | 100 | 106 | 0 | 24 | 105 | 243 | 66 | 24 |
| Binary | 11000 | 1010000 | 1000000 | 1000110 | 0 | 10100 | 1000101 | 10100011 | 110110 | 10100 |
Color Harmonies of #185040
Complementary color
Monochromatic Colors of #185040
Black with #185040
Text Example
Text Example
White with #185040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185040; }
p { color: rgb(24,80,64); }
H1.HeaderClassName
{
color: #185040;
}
.AnyTagClassName
{
color: #185040;
}
</style>
background-color css
<style>
a { background-color: #185040; }
a { background-color: rgb(24,80,64); }
div.DivClassName
{
background-color: #185040;
}
.BgClassName
{
background-color: #185040;
}
</style>
border-color css
<style>
span { border-color: #185040; }
span { border-color: rgb(24,80,64); }
td.TdClassName
{
border-color: #185040;
}
.TagClassName
{
border-color: #185040;
}
</style>