Shades of Deep Teal #183C33
Tints of Deep Teal #183C33
RGB
CMYK
RGB Variations
Color information
#183C33 (or 0x183C33) is known color: Deep Teal. HEX triplet: 18, 3C and 33. RGB value is (24,60,51). Sum of RGB (Red+Green+Blue) = 24+60+51=135 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.78% from 135); Green value is 60 (23.83% from 255 or 44.44% from 135); Blue value is 51 (20.31% from 255 or 37.78% from 135); Max value from RGB is 60 - color contains mainly: green. Hex color #183C33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183C33 is #E7C3CC. Grayscale: #303030. Windows color (decimal): -15188941 or 3357720. OLE color: 3357720.
HSL color Cylindrical-coordinate representation of color #183C33: hue angle of 165º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #183C33 is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 24 | 60 | 51 | - |
| CMYK | 0.60 | 0 | 0.15 | 0.76 |
| HSL | 165º | 0.43% | 0.16% | - |
| HSV(B) | 165º | 0.6% | 0.24% | - |
| XYZ | 2.59 | 3.66 | 3.7 | - |
| YUV | 48.21 | 129.57 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 60 | 51 | 0.60 | 0 | 0.15 | 0.76 | 165 | 0.43 | 0.16 |
| Hex | 18 | 3C | 33 | 3C | 0 | F | 4C | A5 | 2B | 10 |
| Octal | 30 | 74 | 63 | 74 | 0 | 17 | 114 | 245 | 53 | 20 |
| Binary | 11000 | 111100 | 110011 | 111100 | 0 | 1111 | 1001100 | 10100101 | 101011 | 10000 |
Color Harmonies of #183C33
Complementary color
Monochromatic Colors of #183C33
Black with #183C33
Text Example
Text Example
White with #183C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183C33; }
p { color: rgb(24,60,51); }
H1.HeaderClassName
{
color: #183C33;
}
.AnyTagClassName
{
color: #183C33;
}
</style>
background-color css
<style>
a { background-color: #183C33; }
a { background-color: rgb(24,60,51); }
div.DivClassName
{
background-color: #183C33;
}
.BgClassName
{
background-color: #183C33;
}
</style>
border-color css
<style>
span { border-color: #183C33; }
span { border-color: rgb(24,60,51); }
td.TdClassName
{
border-color: #183C33;
}
.TagClassName
{
border-color: #183C33;
}
</style>