Shades of Evening Sea #18584A
Tints of Evening Sea #18584A
RGB
CMYK
RGB Variations
Color information
#18584A (or 0x18584A) is known color: Evening Sea. HEX triplet: 18, 58 and 4A. RGB value is (24,88,74). Sum of RGB (Red+Green+Blue) = 24+88+74=186 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.90% from 186); Green value is 88 (34.77% from 255 or 47.31% from 186); Blue value is 74 (29.30% from 255 or 39.78% from 186); Max value from RGB is 88 - color contains mainly: green. Hex color #18584A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18584A is #E7A7B5. Grayscale: #434343. Windows color (decimal): -15181750 or 4872216. OLE color: 4872216.
HSL color Cylindrical-coordinate representation of color #18584A: hue angle of 166.88º degrees, saturation: 0.57, 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 #18584A is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 88 | 74 | - |
| CMYK | 0.73 | 0 | 0.16 | 0.65 |
| HSL | 166.88º | 0.57% | 0.22% | - |
| HSV(B) | 166.88º | 0.73% | 0.35% | - |
| XYZ | 5.1 | 7.67 | 7.69 | - |
| YUV | 67.27 | 131.8 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 88 | 74 | 0.73 | 0 | 0.16 | 0.65 | 166.88 | 0.57 | 0.22 |
| Hex | 18 | 58 | 4A | 49 | 0 | 10 | 41 | A7 | 39 | 16 |
| Octal | 30 | 130 | 112 | 111 | 0 | 20 | 101 | 247 | 71 | 26 |
| Binary | 11000 | 1011000 | 1001010 | 1001001 | 0 | 10000 | 1000001 | 10100111 | 111001 | 10110 |
Color Harmonies of #18584A
Complementary color
Monochromatic Colors of #18584A
Black with #18584A
Text Example
Text Example
White with #18584A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18584A; }
p { color: rgb(24,88,74); }
H1.HeaderClassName
{
color: #18584A;
}
.AnyTagClassName
{
color: #18584A;
}
</style>
background-color css
<style>
a { background-color: #18584A; }
a { background-color: rgb(24,88,74); }
div.DivClassName
{
background-color: #18584A;
}
.BgClassName
{
background-color: #18584A;
}
</style>
border-color css
<style>
span { border-color: #18584A; }
span { border-color: rgb(24,88,74); }
td.TdClassName
{
border-color: #18584A;
}
.TagClassName
{
border-color: #18584A;
}
</style>