Shades of Deep Teal #18423D
Tints of Deep Teal #18423D
RGB
CMYK
RGB Variations
Color information
#18423D (or 0x18423D) is known color: Deep Teal. HEX triplet: 18, 42 and 3D. RGB value is (24,66,61). Sum of RGB (Red+Green+Blue) = 24+66+61=151 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.89% from 151); Green value is 66 (26.17% from 255 or 43.71% from 151); Blue value is 61 (24.22% from 255 or 40.40% from 151); Max value from RGB is 66 - color contains mainly: green. Hex color #18423D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18423D is #E7BDC2. Grayscale: #343434. Windows color (decimal): -15187395 or 4014616. OLE color: 4014616.
HSL color Cylindrical-coordinate representation of color #18423D: hue angle of 172.86º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #18423D is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 24 | 66 | 61 | - |
| CMYK | 0.64 | 0 | 0.08 | 0.74 |
| HSL | 172.86º | 0.47% | 0.18% | - |
| HSV(B) | 172.86º | 0.64% | 0.26% | - |
| XYZ | 3.17 | 4.43 | 5.1 | - |
| YUV | 52.87 | 132.59 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 66 | 61 | 0.64 | 0 | 0.08 | 0.74 | 172.86 | 0.47 | 0.18 |
| Hex | 18 | 42 | 3D | 40 | 0 | 8 | 4A | AD | 2F | 12 |
| Octal | 30 | 102 | 75 | 100 | 0 | 10 | 112 | 255 | 57 | 22 |
| Binary | 11000 | 1000010 | 111101 | 1000000 | 0 | 1000 | 1001010 | 10101101 | 101111 | 10010 |
Color Harmonies of #18423D
Complementary color
Monochromatic Colors of #18423D
Black with #18423D
Text Example
Text Example
White with #18423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18423D; }
p { color: rgb(24,66,61); }
H1.HeaderClassName
{
color: #18423D;
}
.AnyTagClassName
{
color: #18423D;
}
</style>
background-color css
<style>
a { background-color: #18423D; }
a { background-color: rgb(24,66,61); }
div.DivClassName
{
background-color: #18423D;
}
.BgClassName
{
background-color: #18423D;
}
</style>
border-color css
<style>
span { border-color: #18423D; }
span { border-color: rgb(24,66,61); }
td.TdClassName
{
border-color: #18423D;
}
.TagClassName
{
border-color: #18423D;
}
</style>