Shades of Deep Teal #183B33
Tints of Deep Teal #183B33
RGB
CMYK
RGB Variations
Color information
#183B33 (or 0x183B33) is known color: Deep Teal. HEX triplet: 18, 3B and 33. RGB value is (24,59,51). Sum of RGB (Red+Green+Blue) = 24+59+51=134 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.91% from 134); Green value is 59 (23.44% from 255 or 44.03% from 134); Blue value is 51 (20.31% from 255 or 38.06% from 134); Max value from RGB is 59 - color contains mainly: green. Hex color #183B33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183B33 is #E7C4CC. Grayscale: #2F2F2F. Windows color (decimal): -15189197 or 3357464. OLE color: 3357464.
HSL color Cylindrical-coordinate representation of color #183B33: hue angle of 166.29º degrees, saturation: 0.42, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #183B33 is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 24 | 59 | 51 | - |
| CMYK | 0.59 | 0 | 0.14 | 0.77 |
| HSL | 166.29º | 0.42% | 0.16% | - |
| HSV(B) | 166.29º | 0.59% | 0.23% | - |
| XYZ | 2.54 | 3.56 | 3.69 | - |
| YUV | 47.62 | 129.9 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 59 | 51 | 0.59 | 0 | 0.14 | 0.77 | 166.29 | 0.42 | 0.16 |
| Hex | 18 | 3B | 33 | 3B | 0 | E | 4D | A6 | 2A | 10 |
| Octal | 30 | 73 | 63 | 73 | 0 | 16 | 115 | 246 | 52 | 20 |
| Binary | 11000 | 111011 | 110011 | 111011 | 0 | 1110 | 1001101 | 10100110 | 101010 | 10000 |
Color Harmonies of #183B33
Complementary color
Monochromatic Colors of #183B33
Black with #183B33
Text Example
Text Example
White with #183B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183B33; }
p { color: rgb(24,59,51); }
H1.HeaderClassName
{
color: #183B33;
}
.AnyTagClassName
{
color: #183B33;
}
</style>
background-color css
<style>
a { background-color: #183B33; }
a { background-color: rgb(24,59,51); }
div.DivClassName
{
background-color: #183B33;
}
.BgClassName
{
background-color: #183B33;
}
</style>
border-color css
<style>
span { border-color: #183B33; }
span { border-color: rgb(24,59,51); }
td.TdClassName
{
border-color: #183B33;
}
.TagClassName
{
border-color: #183B33;
}
</style>