Shades of Deep Teal #183C39
Tints of Deep Teal #183C39
RGB
CMYK
RGB Variations
Color information
#183C39 (or 0x183C39) is known color: Deep Teal. HEX triplet: 18, 3C and 39. RGB value is (24,60,57). Sum of RGB (Red+Green+Blue) = 24+60+57=141 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.02% from 141); Green value is 60 (23.83% from 255 or 42.55% from 141); Blue value is 57 (22.66% from 255 or 40.43% from 141); Max value from RGB is 60 - color contains mainly: green. Hex color #183C39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183C39 is #E7C3C6. Grayscale: #303030. Windows color (decimal): -15188935 or 3750936. OLE color: 3750936.
HSL color Cylindrical-coordinate representation of color #183C39: hue angle of 175º 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 #183C39 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 24 | 60 | 57 | - |
| CMYK | 0.60 | 0 | 0.05 | 0.76 |
| HSL | 175º | 0.43% | 0.16% | - |
| HSV(B) | 175º | 0.6% | 0.24% | - |
| XYZ | 2.73 | 3.72 | 4.45 | - |
| YUV | 48.89 | 132.57 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 60 | 57 | 0.60 | 0 | 0.05 | 0.76 | 175 | 0.43 | 0.16 |
| Hex | 18 | 3C | 39 | 3C | 0 | 5 | 4C | AF | 2B | 10 |
| Octal | 30 | 74 | 71 | 74 | 0 | 5 | 114 | 257 | 53 | 20 |
| Binary | 11000 | 111100 | 111001 | 111100 | 0 | 101 | 1001100 | 10101111 | 101011 | 10000 |
Color Harmonies of #183C39
Complementary color
Monochromatic Colors of #183C39
Black with #183C39
Text Example
Text Example
White with #183C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183C39; }
p { color: rgb(24,60,57); }
H1.HeaderClassName
{
color: #183C39;
}
.AnyTagClassName
{
color: #183C39;
}
</style>
background-color css
<style>
a { background-color: #183C39; }
a { background-color: rgb(24,60,57); }
div.DivClassName
{
background-color: #183C39;
}
.BgClassName
{
background-color: #183C39;
}
</style>
border-color css
<style>
span { border-color: #183C39; }
span { border-color: rgb(24,60,57); }
td.TdClassName
{
border-color: #183C39;
}
.TagClassName
{
border-color: #183C39;
}
</style>