Shades of Deep Teal #18493E
Tints of Deep Teal #18493E
RGB
CMYK
RGB Variations
Color information
#18493E (or 0x18493E) is known color: Deep Teal. HEX triplet: 18, 49 and 3E. RGB value is (24,73,62). Sum of RGB (Red+Green+Blue) = 24+73+62=159 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15.09% from 159); Green value is 73 (28.91% from 255 or 45.91% from 159); Blue value is 62 (24.61% from 255 or 38.99% from 159); Max value from RGB is 73 - color contains mainly: green. Hex color #18493E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18493E is #E7B6C1. Grayscale: #393939. Windows color (decimal): -15185602 or 4081944. OLE color: 4081944.
HSL color Cylindrical-coordinate representation of color #18493E: hue angle of 166.53º 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 #18493E is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 73 | 62 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.71 |
| HSL | 166.53º | 0.51% | 0.19% | - |
| HSV(B) | 166.53º | 0.67% | 0.29% | - |
| XYZ | 3.63 | 5.31 | 5.39 | - |
| YUV | 57.1 | 130.77 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 73 | 62 | 0.67 | 0 | 0.15 | 0.71 | 166.53 | 0.51 | 0.19 |
| Hex | 18 | 49 | 3E | 43 | 0 | F | 47 | A7 | 33 | 13 |
| Octal | 30 | 111 | 76 | 103 | 0 | 17 | 107 | 247 | 63 | 23 |
| Binary | 11000 | 1001001 | 111110 | 1000011 | 0 | 1111 | 1000111 | 10100111 | 110011 | 10011 |
Color Harmonies of #18493E
Complementary color
Monochromatic Colors of #18493E
Black with #18493E
Text Example
Text Example
White with #18493E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18493E; }
p { color: rgb(24,73,62); }
H1.HeaderClassName
{
color: #18493E;
}
.AnyTagClassName
{
color: #18493E;
}
</style>
background-color css
<style>
a { background-color: #18493E; }
a { background-color: rgb(24,73,62); }
div.DivClassName
{
background-color: #18493E;
}
.BgClassName
{
background-color: #18493E;
}
</style>
border-color css
<style>
span { border-color: #18493E; }
span { border-color: rgb(24,73,62); }
td.TdClassName
{
border-color: #18493E;
}
.TagClassName
{
border-color: #18493E;
}
</style>