Shades of Evening Sea #18644D
Tints of Evening Sea #18644D
RGB
CMYK
RGB Variations
Color information
#18644D (or 0x18644D) is known color: Evening Sea. HEX triplet: 18, 64 and 4D. RGB value is (24,100,77). Sum of RGB (Red+Green+Blue) = 24+100+77=201 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.94% from 201); Green value is 100 (39.45% from 255 or 49.75% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 100 - color contains mainly: green. Hex color #18644D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18644D is #E79BB2. Grayscale: #4A4A4A. Windows color (decimal): -15178675 or 5071896. OLE color: 5071896.
HSL color Cylindrical-coordinate representation of color #18644D: hue angle of 161.84º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #18644D is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 100 | 77 | - |
| CMYK | 0.76 | 0 | 0.23 | 0.61 |
| HSL | 161.84º | 0.61% | 0.24% | - |
| HSV(B) | 161.84º | 0.76% | 0.39% | - |
| XYZ | 6.27 | 9.84 | 8.59 | - |
| YUV | 74.65 | 129.32 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 100 | 77 | 0.76 | 0 | 0.23 | 0.61 | 161.84 | 0.61 | 0.24 |
| Hex | 18 | 64 | 4D | 4C | 0 | 17 | 3D | A2 | 3D | 18 |
| Octal | 30 | 144 | 115 | 114 | 0 | 27 | 75 | 242 | 75 | 30 |
| Binary | 11000 | 1100100 | 1001101 | 1001100 | 0 | 10111 | 111101 | 10100010 | 111101 | 11000 |
Color Harmonies of #18644D
Complementary color
Monochromatic Colors of #18644D
Black with #18644D
Text Example
Text Example
White with #18644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18644D; }
p { color: rgb(24,100,77); }
H1.HeaderClassName
{
color: #18644D;
}
.AnyTagClassName
{
color: #18644D;
}
</style>
background-color css
<style>
a { background-color: #18644D; }
a { background-color: rgb(24,100,77); }
div.DivClassName
{
background-color: #18644D;
}
.BgClassName
{
background-color: #18644D;
}
</style>
border-color css
<style>
span { border-color: #18644D; }
span { border-color: rgb(24,100,77); }
td.TdClassName
{
border-color: #18644D;
}
.TagClassName
{
border-color: #18644D;
}
</style>