Shades of Evening Sea #18644F
Tints of Evening Sea #18644F
RGB
CMYK
RGB Variations
Color information
#18644F (or 0x18644F) is known color: Evening Sea. HEX triplet: 18, 64 and 4F. RGB value is (24,100,79). Sum of RGB (Red+Green+Blue) = 24+100+79=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 100 (39.45% from 255 or 49.26% from 203); Blue value is 79 (31.25% from 255 or 38.92% from 203); Max value from RGB is 100 - color contains mainly: green. Hex color #18644F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18644F is #E79BB0. Grayscale: #4A4A4A. Windows color (decimal): -15178673 or 5202968. OLE color: 5202968.
HSL color Cylindrical-coordinate representation of color #18644F: hue angle of 163.42º 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 #18644F is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 100 | 79 | - |
| CMYK | 0.76 | 0 | 0.21 | 0.61 |
| HSL | 163.42º | 0.61% | 0.24% | - |
| HSV(B) | 163.42º | 0.76% | 0.39% | - |
| XYZ | 6.35 | 9.87 | 8.97 | - |
| YUV | 74.88 | 130.32 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 100 | 79 | 0.76 | 0 | 0.21 | 0.61 | 163.42 | 0.61 | 0.24 |
| Hex | 18 | 64 | 4F | 4C | 0 | 15 | 3D | A3 | 3D | 18 |
| Octal | 30 | 144 | 117 | 114 | 0 | 25 | 75 | 243 | 75 | 30 |
| Binary | 11000 | 1100100 | 1001111 | 1001100 | 0 | 10101 | 111101 | 10100011 | 111101 | 11000 |
Color Harmonies of #18644F
Complementary color
Monochromatic Colors of #18644F
Black with #18644F
Text Example
Text Example
White with #18644F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18644F; }
p { color: rgb(24,100,79); }
H1.HeaderClassName
{
color: #18644F;
}
.AnyTagClassName
{
color: #18644F;
}
</style>
background-color css
<style>
a { background-color: #18644F; }
a { background-color: rgb(24,100,79); }
div.DivClassName
{
background-color: #18644F;
}
.BgClassName
{
background-color: #18644F;
}
</style>
border-color css
<style>
span { border-color: #18644F; }
span { border-color: rgb(24,100,79); }
td.TdClassName
{
border-color: #18644F;
}
.TagClassName
{
border-color: #18644F;
}
</style>