Shades of Evening Sea #18584C
Tints of Evening Sea #18584C
RGB
CMYK
RGB Variations
Color information
#18584C (or 0x18584C) is known color: Evening Sea. HEX triplet: 18, 58 and 4C. RGB value is (24,88,76). Sum of RGB (Red+Green+Blue) = 24+88+76=188 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.77% from 188); Green value is 88 (34.77% from 255 or 46.81% from 188); Blue value is 76 (30.08% from 255 or 40.43% from 188); Max value from RGB is 88 - color contains mainly: green. Hex color #18584C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18584C is #E7A7B3. Grayscale: #434343. Windows color (decimal): -15181748 or 5003288. OLE color: 5003288.
HSL color Cylindrical-coordinate representation of color #18584C: hue angle of 168.75º 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 #18584C is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 88 | 76 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.65 |
| HSL | 168.75º | 0.57% | 0.22% | - |
| HSV(B) | 168.75º | 0.73% | 0.35% | - |
| XYZ | 5.17 | 7.7 | 8.05 | - |
| YUV | 67.5 | 132.8 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 88 | 76 | 0.73 | 0 | 0.14 | 0.65 | 168.75 | 0.57 | 0.22 |
| Hex | 18 | 58 | 4C | 49 | 0 | E | 41 | A9 | 39 | 16 |
| Octal | 30 | 130 | 114 | 111 | 0 | 16 | 101 | 251 | 71 | 26 |
| Binary | 11000 | 1011000 | 1001100 | 1001001 | 0 | 1110 | 1000001 | 10101001 | 111001 | 10110 |
Color Harmonies of #18584C
Complementary color
Monochromatic Colors of #18584C
Black with #18584C
Text Example
Text Example
White with #18584C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18584C; }
p { color: rgb(24,88,76); }
H1.HeaderClassName
{
color: #18584C;
}
.AnyTagClassName
{
color: #18584C;
}
</style>
background-color css
<style>
a { background-color: #18584C; }
a { background-color: rgb(24,88,76); }
div.DivClassName
{
background-color: #18584C;
}
.BgClassName
{
background-color: #18584C;
}
</style>
border-color css
<style>
span { border-color: #18584C; }
span { border-color: rgb(24,88,76); }
td.TdClassName
{
border-color: #18584C;
}
.TagClassName
{
border-color: #18584C;
}
</style>