Shades of Evening Sea #18614B
Tints of Evening Sea #18614B
RGB
CMYK
RGB Variations
Color information
#18614B (or 0x18614B) is known color: Evening Sea. HEX triplet: 18, 61 and 4B. RGB value is (24,97,75). Sum of RGB (Red+Green+Blue) = 24+97+75=196 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.24% from 196); Green value is 97 (38.28% from 255 or 49.49% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 97 - color contains mainly: green. Hex color #18614B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18614B is #E79EB4. Grayscale: #484848. Windows color (decimal): -15179445 or 4940056. OLE color: 4940056.
HSL color Cylindrical-coordinate representation of color #18614B: hue angle of 161.92º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #18614B is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 97 | 75 | - |
| CMYK | 0.75 | 0 | 0.23 | 0.62 |
| HSL | 161.92º | 0.6% | 0.24% | - |
| HSV(B) | 161.92º | 0.75% | 0.38% | - |
| XYZ | 5.92 | 9.25 | 8.13 | - |
| YUV | 72.67 | 129.32 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 97 | 75 | 0.75 | 0 | 0.23 | 0.62 | 161.92 | 0.6 | 0.24 |
| Hex | 18 | 61 | 4B | 4B | 0 | 17 | 3E | A2 | 3C | 18 |
| Octal | 30 | 141 | 113 | 113 | 0 | 27 | 76 | 242 | 74 | 30 |
| Binary | 11000 | 1100001 | 1001011 | 1001011 | 0 | 10111 | 111110 | 10100010 | 111100 | 11000 |
Color Harmonies of #18614B
Complementary color
Monochromatic Colors of #18614B
Black with #18614B
Text Example
Text Example
White with #18614B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18614B; }
p { color: rgb(24,97,75); }
H1.HeaderClassName
{
color: #18614B;
}
.AnyTagClassName
{
color: #18614B;
}
</style>
background-color css
<style>
a { background-color: #18614B; }
a { background-color: rgb(24,97,75); }
div.DivClassName
{
background-color: #18614B;
}
.BgClassName
{
background-color: #18614B;
}
</style>
border-color css
<style>
span { border-color: #18614B; }
span { border-color: rgb(24,97,75); }
td.TdClassName
{
border-color: #18614B;
}
.TagClassName
{
border-color: #18614B;
}
</style>