Shades of Deep Teal #18483F
Tints of Deep Teal #18483F
RGB
CMYK
RGB Variations
Color information
#18483F (or 0x18483F) is known color: Deep Teal. HEX triplet: 18, 48 and 3F. RGB value is (24,72,63). Sum of RGB (Red+Green+Blue) = 24+72+63=159 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15.09% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 72 - color contains mainly: green. Hex color #18483F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18483F is #E7B7C0. Grayscale: #383838. Windows color (decimal): -15185857 or 4147224. OLE color: 4147224.
HSL color Cylindrical-coordinate representation of color #18483F: hue angle of 168.75º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #18483F is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 24 | 72 | 63 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.72 |
| HSL | 168.75º | 0.5% | 0.19% | - |
| HSV(B) | 168.75º | 0.67% | 0.28% | - |
| XYZ | 3.59 | 5.19 | 5.51 | - |
| YUV | 56.62 | 131.6 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 72 | 63 | 0.67 | 0 | 0.12 | 0.72 | 168.75 | 0.5 | 0.19 |
| Hex | 18 | 48 | 3F | 43 | 0 | C | 48 | A9 | 32 | 13 |
| Octal | 30 | 110 | 77 | 103 | 0 | 14 | 110 | 251 | 62 | 23 |
| Binary | 11000 | 1001000 | 111111 | 1000011 | 0 | 1100 | 1001000 | 10101001 | 110010 | 10011 |
Color Harmonies of #18483F
Complementary color
Monochromatic Colors of #18483F
Black with #18483F
Text Example
Text Example
White with #18483F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18483F; }
p { color: rgb(24,72,63); }
H1.HeaderClassName
{
color: #18483F;
}
.AnyTagClassName
{
color: #18483F;
}
</style>
background-color css
<style>
a { background-color: #18483F; }
a { background-color: rgb(24,72,63); }
div.DivClassName
{
background-color: #18483F;
}
.BgClassName
{
background-color: #18483F;
}
</style>
border-color css
<style>
span { border-color: #18483F; }
span { border-color: rgb(24,72,63); }
td.TdClassName
{
border-color: #18483F;
}
.TagClassName
{
border-color: #18483F;
}
</style>