Shades of Evening Sea #18584D
Tints of Evening Sea #18584D
RGB
CMYK
RGB Variations
Color information
#18584D (or 0x18584D) is known color: Evening Sea. HEX triplet: 18, 58 and 4D. RGB value is (24,88,77). Sum of RGB (Red+Green+Blue) = 24+88+77=189 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.70% from 189); Green value is 88 (34.77% from 255 or 46.56% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 88 - color contains mainly: green. Hex color #18584D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18584D is #E7A7B2. Grayscale: #434343. Windows color (decimal): -15181747 or 5068824. OLE color: 5068824.
HSL color Cylindrical-coordinate representation of color #18584D: hue angle of 169.69º 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 #18584D is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 88 | 77 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.65 |
| HSL | 169.69º | 0.57% | 0.22% | - |
| HSV(B) | 169.69º | 0.73% | 0.35% | - |
| XYZ | 5.21 | 7.71 | 8.23 | - |
| YUV | 67.61 | 133.3 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 88 | 77 | 0.73 | 0 | 0.12 | 0.65 | 169.69 | 0.57 | 0.22 |
| Hex | 18 | 58 | 4D | 49 | 0 | C | 41 | AA | 39 | 16 |
| Octal | 30 | 130 | 115 | 111 | 0 | 14 | 101 | 252 | 71 | 26 |
| Binary | 11000 | 1011000 | 1001101 | 1001001 | 0 | 1100 | 1000001 | 10101010 | 111001 | 10110 |
Color Harmonies of #18584D
Complementary color
Monochromatic Colors of #18584D
Black with #18584D
Text Example
Text Example
White with #18584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18584D; }
p { color: rgb(24,88,77); }
H1.HeaderClassName
{
color: #18584D;
}
.AnyTagClassName
{
color: #18584D;
}
</style>
background-color css
<style>
a { background-color: #18584D; }
a { background-color: rgb(24,88,77); }
div.DivClassName
{
background-color: #18584D;
}
.BgClassName
{
background-color: #18584D;
}
</style>
border-color css
<style>
span { border-color: #18584D; }
span { border-color: rgb(24,88,77); }
td.TdClassName
{
border-color: #18584D;
}
.TagClassName
{
border-color: #18584D;
}
</style>