Shades of Deep Teal #18463B
Tints of Deep Teal #18463B
RGB
CMYK
RGB Variations
Color information
#18463B (or 0x18463B) is known color: Deep Teal. HEX triplet: 18, 46 and 3B. RGB value is (24,70,59). Sum of RGB (Red+Green+Blue) = 24+70+59=153 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.69% from 153); Green value is 70 (27.73% from 255 or 45.75% from 153); Blue value is 59 (23.44% from 255 or 38.56% from 153); Max value from RGB is 70 - color contains mainly: green. Hex color #18463B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18463B is #E7B9C4. Grayscale: #363636. Windows color (decimal): -15186373 or 3884568. OLE color: 3884568.
HSL color Cylindrical-coordinate representation of color #18463B: hue angle of 165.65º 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 #18463B is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 24 | 70 | 59 | - |
| CMYK | 0.66 | 0 | 0.16 | 0.73 |
| HSL | 165.65º | 0.49% | 0.18% | - |
| HSV(B) | 165.65º | 0.66% | 0.27% | - |
| XYZ | 3.36 | 4.89 | 4.9 | - |
| YUV | 54.99 | 130.26 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 70 | 59 | 0.66 | 0 | 0.16 | 0.73 | 165.65 | 0.49 | 0.18 |
| Hex | 18 | 46 | 3B | 42 | 0 | 10 | 49 | A6 | 31 | 12 |
| Octal | 30 | 106 | 73 | 102 | 0 | 20 | 111 | 246 | 61 | 22 |
| Binary | 11000 | 1000110 | 111011 | 1000010 | 0 | 10000 | 1001001 | 10100110 | 110001 | 10010 |
Color Harmonies of #18463B
Complementary color
Monochromatic Colors of #18463B
Black with #18463B
Text Example
Text Example
White with #18463B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18463B; }
p { color: rgb(24,70,59); }
H1.HeaderClassName
{
color: #18463B;
}
.AnyTagClassName
{
color: #18463B;
}
</style>
background-color css
<style>
a { background-color: #18463B; }
a { background-color: rgb(24,70,59); }
div.DivClassName
{
background-color: #18463B;
}
.BgClassName
{
background-color: #18463B;
}
</style>
border-color css
<style>
span { border-color: #18463B; }
span { border-color: rgb(24,70,59); }
td.TdClassName
{
border-color: #18463B;
}
.TagClassName
{
border-color: #18463B;
}
</style>