Shades of Deep Teal #18463F
Tints of Deep Teal #18463F
RGB
CMYK
RGB Variations
Color information
#18463F (or 0x18463F) is known color: Deep Teal. HEX triplet: 18, 46 and 3F. RGB value is (24,70,63). Sum of RGB (Red+Green+Blue) = 24+70+63=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 70 - color contains mainly: green. Hex color #18463F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18463F is #E7B9C0. Grayscale: #373737. Windows color (decimal): -15186369 or 4146712. OLE color: 4146712.
HSL color Cylindrical-coordinate representation of color #18463F: hue angle of 170.87º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #18463F is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 24 | 70 | 63 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.73 |
| HSL | 170.87º | 0.49% | 0.18% | - |
| HSV(B) | 170.87º | 0.66% | 0.27% | - |
| XYZ | 3.46 | 4.93 | 5.47 | - |
| YUV | 55.45 | 132.26 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 70 | 63 | 0.66 | 0 | 0.10 | 0.73 | 170.87 | 0.49 | 0.18 |
| Hex | 18 | 46 | 3F | 42 | 0 | A | 49 | AB | 31 | 12 |
| Octal | 30 | 106 | 77 | 102 | 0 | 12 | 111 | 253 | 61 | 22 |
| Binary | 11000 | 1000110 | 111111 | 1000010 | 0 | 1010 | 1001001 | 10101011 | 110001 | 10010 |
Color Harmonies of #18463F
Complementary color
Monochromatic Colors of #18463F
Black with #18463F
Text Example
Text Example
White with #18463F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18463F; }
p { color: rgb(24,70,63); }
H1.HeaderClassName
{
color: #18463F;
}
.AnyTagClassName
{
color: #18463F;
}
</style>
background-color css
<style>
a { background-color: #18463F; }
a { background-color: rgb(24,70,63); }
div.DivClassName
{
background-color: #18463F;
}
.BgClassName
{
background-color: #18463F;
}
</style>
border-color css
<style>
span { border-color: #18463F; }
span { border-color: rgb(24,70,63); }
td.TdClassName
{
border-color: #18463F;
}
.TagClassName
{
border-color: #18463F;
}
</style>