#18614D

Color #18614D Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #18614D

Tints of Evening Sea #18614D

Color information

#18614D (or 0x18614D) is unknown color: approx Evening Sea. HEX triplet: 18, 61 and 4D. RGB value is (24,97,77). Sum of RGB (Red+Green+Blue) = 24+97+77=198 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.12% from 198); Green value is 97 (38.28% from 255 or 48.99% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 97 - color contains mainly: green. Hex color #18614D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18614D is #E79EB2. Grayscale: #484848. Windows color (decimal): -15179443 or 5071128. OLE color: 5071128.

HSL color Cylindrical-coordinate representation of color #18614D: hue angle of 163.56º 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 #18614D is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB249777-
CMYK0.7500.210.62
HSL163.56º60.33%23.73%-
HSV(B)163.56º75.26%38.04%-
XYZ5.999.288.5-
YUV72.89130.3293.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 24 (9.77% from 255) = 12.12%
GREEN value IS 97 (38.28% from 255) = 48.99%
BLUE value IS 77 (30.47% from 255) = 38.89%
R=12.12%
G=48.99%
B=38.89%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2497770.7500.210.62163.5660.3323.73
Hex18614D4B0153Ea43c18
Octal30141115113025762447430
Binary110001100001100110110010110101011111101010010011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18614D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18614D; }

 p { color: rgb(24,97,77); }

 H1.HeaderClassName
 {
   color: #18614D;
 }
 .AnyTagClassName
 {
   color: #18614D;
 }
</style>
background-color css

<style>
 a { background-color: #18614D; }

 a { background-color: rgb(24,97,77); }

 div.DivClassName
 {
   background-color: #18614D;
 }
 .BgClassName
 {
   background-color: #18614D;
 }
</style>
border-color css

<style>
 span { border-color: #18614D; }

 span { border-color: rgb(24,97,77); }

 td.TdClassName
 {
   border-color: #18614D;
 }
 .TagClassName
 {
   border-color: #18614D;
 }
</style>