Shades of Evening Sea #18644C
Tints of Evening Sea #18644C
RGB
CMYK
RGB Variations
Color information
#18644C (or 0x18644C) is known color: Evening Sea. HEX triplet: 18, 64 and 4C. RGB value is (24,100,76). Sum of RGB (Red+Green+Blue) = 24+100+76=200 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12% from 200); Green value is 100 (39.45% from 255 or 50% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 100 - color contains mainly: green. Hex color #18644C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18644C is #E79BB3. Grayscale: #4A4A4A. Windows color (decimal): -15178676 or 5006360. OLE color: 5006360.
HSL color Cylindrical-coordinate representation of color #18644C: hue angle of 161.05º 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 #18644C is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 100 | 76 | - |
| CMYK | 0.76 | 0 | 0.24 | 0.61 |
| HSL | 161.05º | 0.61% | 0.24% | - |
| HSV(B) | 161.05º | 0.76% | 0.39% | - |
| XYZ | 6.24 | 9.83 | 8.41 | - |
| YUV | 74.54 | 128.82 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 100 | 76 | 0.76 | 0 | 0.24 | 0.61 | 161.05 | 0.61 | 0.24 |
| Hex | 18 | 64 | 4C | 4C | 0 | 18 | 3D | A1 | 3D | 18 |
| Octal | 30 | 144 | 114 | 114 | 0 | 30 | 75 | 241 | 75 | 30 |
| Binary | 11000 | 1100100 | 1001100 | 1001100 | 0 | 11000 | 111101 | 10100001 | 111101 | 11000 |
Color Harmonies of #18644C
Complementary color
Monochromatic Colors of #18644C
Black with #18644C
Text Example
Text Example
White with #18644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18644C; }
p { color: rgb(24,100,76); }
H1.HeaderClassName
{
color: #18644C;
}
.AnyTagClassName
{
color: #18644C;
}
</style>
background-color css
<style>
a { background-color: #18644C; }
a { background-color: rgb(24,100,76); }
div.DivClassName
{
background-color: #18644C;
}
.BgClassName
{
background-color: #18644C;
}
</style>
border-color css
<style>
span { border-color: #18644C; }
span { border-color: rgb(24,100,76); }
td.TdClassName
{
border-color: #18644C;
}
.TagClassName
{
border-color: #18644C;
}
</style>