#18614B

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

Shades of Evening Sea #18614B

Tints of Evening Sea #18614B

Color information

#18614B (or 0x18614B) is unknown color: approx 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

RGB249775-
CMYK0.7500.230.62
HSL161.92º60.33%23.73%-
HSV(B)161.92º75.26%38.04%-
XYZ5.929.258.13-
YUV72.66129.3293.29-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.24%
GREEN value IS 97 (38.28% from 255) = 49.49%
BLUE value IS 75 (29.69% from 255) = 38.27%
R=12.24%
G=49.49%
B=38.27%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2497750.7500.230.62161.9260.3323.73
Hex18614B4B0173Ea23c18
Octal30141113113027762427430
Binary110001100001100101110010110101111111101010001011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>