Shades of Deep Teal #183935
Tints of Deep Teal #183935
RGB
CMYK
RGB Variations
Color information
#183935 (or 0x183935) is known color: Deep Teal. HEX triplet: 18, 39 and 35. RGB value is (24,57,53). Sum of RGB (Red+Green+Blue) = 24+57+53=134 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.91% from 134); Green value is 57 (22.66% from 255 or 42.54% from 134); Blue value is 53 (21.09% from 255 or 39.55% from 134); Max value from RGB is 57 - color contains mainly: green. Hex color #183935 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183935 is #E7C6CA. Grayscale: #2E2E2E. Windows color (decimal): -15189707 or 3488024. OLE color: 3488024.
HSL color Cylindrical-coordinate representation of color #183935: hue angle of 172.73º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #183935 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 24 | 57 | 53 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.78 |
| HSL | 172.73º | 0.41% | 0.16% | - |
| HSV(B) | 172.73º | 0.58% | 0.22% | - |
| XYZ | 2.48 | 3.38 | 3.89 | - |
| YUV | 46.68 | 131.57 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 57 | 53 | 0.58 | 0 | 0.07 | 0.78 | 172.73 | 0.41 | 0.16 |
| Hex | 18 | 39 | 35 | 3A | 0 | 7 | 4E | AD | 29 | 10 |
| Octal | 30 | 71 | 65 | 72 | 0 | 7 | 116 | 255 | 51 | 20 |
| Binary | 11000 | 111001 | 110101 | 111010 | 0 | 111 | 1001110 | 10101101 | 101001 | 10000 |
Color Harmonies of #183935
Complementary color
Monochromatic Colors of #183935
Black with #183935
Text Example
Text Example
White with #183935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183935; }
p { color: rgb(24,57,53); }
H1.HeaderClassName
{
color: #183935;
}
.AnyTagClassName
{
color: #183935;
}
</style>
background-color css
<style>
a { background-color: #183935; }
a { background-color: rgb(24,57,53); }
div.DivClassName
{
background-color: #183935;
}
.BgClassName
{
background-color: #183935;
}
</style>
border-color css
<style>
span { border-color: #183935; }
span { border-color: rgb(24,57,53); }
td.TdClassName
{
border-color: #183935;
}
.TagClassName
{
border-color: #183935;
}
</style>