Shades of Deep Teal #18423C
Tints of Deep Teal #18423C
RGB
CMYK
RGB Variations
Color information
#18423C (or 0x18423C) is known color: Deep Teal. HEX triplet: 18, 42 and 3C. RGB value is (24,66,60). Sum of RGB (Red+Green+Blue) = 24+66+60=150 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16% from 150); Green value is 66 (26.17% from 255 or 44% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 66 - color contains mainly: green. Hex color #18423C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18423C is #E7BDC3. Grayscale: #343434. Windows color (decimal): -15187396 or 3949080. OLE color: 3949080.
HSL color Cylindrical-coordinate representation of color #18423C: hue angle of 171.43º 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 #18423C is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 24 | 66 | 60 | - |
| CMYK | 0.64 | 0 | 0.09 | 0.74 |
| HSL | 171.43º | 0.47% | 0.18% | - |
| HSV(B) | 171.43º | 0.64% | 0.26% | - |
| XYZ | 3.14 | 4.42 | 4.96 | - |
| YUV | 52.76 | 132.09 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 66 | 60 | 0.64 | 0 | 0.09 | 0.74 | 171.43 | 0.47 | 0.18 |
| Hex | 18 | 42 | 3C | 40 | 0 | 9 | 4A | AB | 2F | 12 |
| Octal | 30 | 102 | 74 | 100 | 0 | 11 | 112 | 253 | 57 | 22 |
| Binary | 11000 | 1000010 | 111100 | 1000000 | 0 | 1001 | 1001010 | 10101011 | 101111 | 10010 |
Color Harmonies of #18423C
Complementary color
Monochromatic Colors of #18423C
Black with #18423C
Text Example
Text Example
White with #18423C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18423C; }
p { color: rgb(24,66,60); }
H1.HeaderClassName
{
color: #18423C;
}
.AnyTagClassName
{
color: #18423C;
}
</style>
background-color css
<style>
a { background-color: #18423C; }
a { background-color: rgb(24,66,60); }
div.DivClassName
{
background-color: #18423C;
}
.BgClassName
{
background-color: #18423C;
}
</style>
border-color css
<style>
span { border-color: #18423C; }
span { border-color: rgb(24,66,60); }
td.TdClassName
{
border-color: #18423C;
}
.TagClassName
{
border-color: #18423C;
}
</style>