Shades of Evening Sea #18664F
Tints of Evening Sea #18664F
RGB
CMYK
RGB Variations
Color information
#18664F (or 0x18664F) is known color: Evening Sea. HEX triplet: 18, 66 and 4F. RGB value is (24,102,79). Sum of RGB (Red+Green+Blue) = 24+102+79=205 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.71% from 205); Green value is 102 (40.23% from 255 or 49.76% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 102 - color contains mainly: green. Hex color #18664F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18664F is #E799B0. Grayscale: #4C4C4C. Windows color (decimal): -15178161 or 5203480. OLE color: 5203480.
HSL color Cylindrical-coordinate representation of color #18664F: hue angle of 162.31º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #18664F is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 24 | 102 | 79 | - |
| CMYK | 0.76 | 0 | 0.23 | 0.6 |
| HSL | 162.31º | 0.62% | 0.25% | - |
| HSV(B) | 162.31º | 0.76% | 0.4% | - |
| XYZ | 6.54 | 10.26 | 9.03 | - |
| YUV | 76.06 | 129.66 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 102 | 79 | 0.76 | 0 | 0.23 | 0.6 | 162.31 | 0.62 | 0.25 |
| Hex | 18 | 66 | 4F | 4C | 0 | 17 | 3C | A2 | 3E | 19 |
| Octal | 30 | 146 | 117 | 114 | 0 | 27 | 74 | 242 | 76 | 31 |
| Binary | 11000 | 1100110 | 1001111 | 1001100 | 0 | 10111 | 111100 | 10100010 | 111110 | 11001 |
Color Harmonies of #18664F
Complementary color
Monochromatic Colors of #18664F
Black with #18664F
Text Example
Text Example
White with #18664F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18664F; }
p { color: rgb(24,102,79); }
H1.HeaderClassName
{
color: #18664F;
}
.AnyTagClassName
{
color: #18664F;
}
</style>
background-color css
<style>
a { background-color: #18664F; }
a { background-color: rgb(24,102,79); }
div.DivClassName
{
background-color: #18664F;
}
.BgClassName
{
background-color: #18664F;
}
</style>
border-color css
<style>
span { border-color: #18664F; }
span { border-color: rgb(24,102,79); }
td.TdClassName
{
border-color: #18664F;
}
.TagClassName
{
border-color: #18664F;
}
</style>