#18604F

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

Shades of Evening Sea #18604F

Tints of Evening Sea #18604F

Color information

#18604F (or 0x18604F) is unknown color: approx Evening Sea. HEX triplet: 18, 60 and 4F. RGB value is (24,96,79). Sum of RGB (Red+Green+Blue) = 24+96+79=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 79 (31.25% from 255 or 39.70% from 199); Max value from RGB is 96 - color contains mainly: green. Hex color #18604F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18604F is #E79FB0. Grayscale: #484848. Windows color (decimal): -15179697 or 5201944. OLE color: 5201944.

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

Color convert

RGB249679-
CMYK0.7500.180.62
HSL165.83º60%23.53%-
HSV(B)165.83º75%37.65%-
XYZ5.979.128.84-
YUV72.53131.6593.38-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.06%
GREEN value IS 96 (37.89% from 255) = 48.24%
BLUE value IS 79 (31.25% from 255) = 39.70%
R=12.06%
G=48.24%
B=39.70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2496790.7500.180.62165.836023.53
Hex18604F4B0123Ea63c18
Octal30140117113022762467430
Binary110001100000100111110010110100101111101010011011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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