#18604D

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

Shades of Evening Sea #18604D

Tints of Evening Sea #18604D

Color information

#18604D (or 0x18604D) is unknown color: approx Evening Sea. HEX triplet: 18, 60 and 4D. RGB value is (24,96,77). Sum of RGB (Red+Green+Blue) = 24+96+77=197 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.18% from 197); Green value is 96 (37.89% from 255 or 48.73% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 96 - color contains mainly: green. Hex color #18604D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18604D is #E79FB2. Grayscale: #484848. Windows color (decimal): -15179699 or 5070872. OLE color: 5070872.

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

Color convert

RGB249677-
CMYK0.7500.200.62
HSL164.17º60%23.53%-
HSV(B)164.17º75%37.65%-
XYZ5.99.18.47-
YUV72.31130.6593.54-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.18%
GREEN value IS 96 (37.89% from 255) = 48.73%
BLUE value IS 77 (30.47% from 255) = 39.09%
R=12.18%
G=48.73%
B=39.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2496770.7500.200.62164.176023.53
Hex18604D4B0143Ea43c18
Octal30140115113024762447430
Binary110001100000100110110010110101001111101010010011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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