Shades of Deep Teal #18493C
Tints of Deep Teal #18493C
RGB
CMYK
RGB Variations
Color information
#18493C (or 0x18493C) is known color: Deep Teal. HEX triplet: 18, 49 and 3C. RGB value is (24,73,60). Sum of RGB (Red+Green+Blue) = 24+73+60=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 73 (28.91% from 255 or 46.50% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 73 - color contains mainly: green. Hex color #18493C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18493C is #E7B6C3. Grayscale: #383838. Windows color (decimal): -15185604 or 3950872. OLE color: 3950872.
HSL color Cylindrical-coordinate representation of color #18493C: hue angle of 164.08º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #18493C is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 73 | 60 | - |
| CMYK | 0.67 | 0 | 0.18 | 0.71 |
| HSL | 164.08º | 0.51% | 0.19% | - |
| HSV(B) | 164.08º | 0.67% | 0.29% | - |
| XYZ | 3.57 | 5.29 | 5.11 | - |
| YUV | 56.87 | 129.77 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 73 | 60 | 0.67 | 0 | 0.18 | 0.71 | 164.08 | 0.51 | 0.19 |
| Hex | 18 | 49 | 3C | 43 | 0 | 12 | 47 | A4 | 33 | 13 |
| Octal | 30 | 111 | 74 | 103 | 0 | 22 | 107 | 244 | 63 | 23 |
| Binary | 11000 | 1001001 | 111100 | 1000011 | 0 | 10010 | 1000111 | 10100100 | 110011 | 10011 |
Color Harmonies of #18493C
Complementary color
Monochromatic Colors of #18493C
Black with #18493C
Text Example
Text Example
White with #18493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18493C; }
p { color: rgb(24,73,60); }
H1.HeaderClassName
{
color: #18493C;
}
.AnyTagClassName
{
color: #18493C;
}
</style>
background-color css
<style>
a { background-color: #18493C; }
a { background-color: rgb(24,73,60); }
div.DivClassName
{
background-color: #18493C;
}
.BgClassName
{
background-color: #18493C;
}
</style>
border-color css
<style>
span { border-color: #18493C; }
span { border-color: rgb(24,73,60); }
td.TdClassName
{
border-color: #18493C;
}
.TagClassName
{
border-color: #18493C;
}
</style>