Shades of Evening Sea #18594A
Tints of Evening Sea #18594A
RGB
CMYK
RGB Variations
Color information
#18594A (or 0x18594A) is known color: Evening Sea. HEX triplet: 18, 59 and 4A. RGB value is (24,89,74). Sum of RGB (Red+Green+Blue) = 24+89+74=187 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.83% from 187); Green value is 89 (35.16% from 255 or 47.59% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 89 - color contains mainly: green. Hex color #18594A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18594A is #E7A6B5. Grayscale: #434343. Windows color (decimal): -15181494 or 4872472. OLE color: 4872472.
HSL color Cylindrical-coordinate representation of color #18594A: hue angle of 166.15º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #18594A is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 89 | 74 | - |
| CMYK | 0.73 | 0 | 0.17 | 0.65 |
| HSL | 166.15º | 0.58% | 0.22% | - |
| HSV(B) | 166.15º | 0.73% | 0.35% | - |
| XYZ | 5.19 | 7.83 | 7.72 | - |
| YUV | 67.86 | 131.47 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 89 | 74 | 0.73 | 0 | 0.17 | 0.65 | 166.15 | 0.58 | 0.22 |
| Hex | 18 | 59 | 4A | 49 | 0 | 11 | 41 | A6 | 3A | 16 |
| Octal | 30 | 131 | 112 | 111 | 0 | 21 | 101 | 246 | 72 | 26 |
| Binary | 11000 | 1011001 | 1001010 | 1001001 | 0 | 10001 | 1000001 | 10100110 | 111010 | 10110 |
Color Harmonies of #18594A
Complementary color
Monochromatic Colors of #18594A
Black with #18594A
Text Example
Text Example
White with #18594A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18594A; }
p { color: rgb(24,89,74); }
H1.HeaderClassName
{
color: #18594A;
}
.AnyTagClassName
{
color: #18594A;
}
</style>
background-color css
<style>
a { background-color: #18594A; }
a { background-color: rgb(24,89,74); }
div.DivClassName
{
background-color: #18594A;
}
.BgClassName
{
background-color: #18594A;
}
</style>
border-color css
<style>
span { border-color: #18594A; }
span { border-color: rgb(24,89,74); }
td.TdClassName
{
border-color: #18594A;
}
.TagClassName
{
border-color: #18594A;
}
</style>