#18554A

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

Shades of Evening Sea #18554A

Tints of Evening Sea #18554A

Color information

#18554A (or 0x18554A) is unknown color: approx Evening Sea. HEX triplet: 18, 55 and 4A. RGB value is (24,85,74). Sum of RGB (Red+Green+Blue) = 24+85+74=183 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.11% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 74 (29.30% from 255 or 40.44% from 183); Max value from RGB is 85 - color contains mainly: green. Hex color #18554A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18554A is #E7AAB5. Grayscale: #414141. Windows color (decimal): -15182518 or 4871448. OLE color: 4871448.

HSL color Cylindrical-coordinate representation of color #18554A: hue angle of 169.18º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #18554A is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB248574-
CMYK0.7200.130.67
HSL169.18º55.96%21.37%-
HSV(B)169.18º71.76%33.33%-
XYZ4.867.197.61-
YUV65.51132.7998.39-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.11%
GREEN value IS 85 (33.59% from 255) = 46.45%
BLUE value IS 74 (29.30% from 255) = 40.44%
R=13.11%
G=46.45%
B=40.44%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2485740.7200.130.67169.1855.9621.37
Hex18554A480D43a93815
Octal301251121100151032517025
Binary110001010101100101010010000110110000111010100111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18554A; }

 p { color: rgb(24,85,74); }

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

<style>
 a { background-color: #18554A; }

 a { background-color: rgb(24,85,74); }

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

<style>
 span { border-color: #18554A; }

 span { border-color: rgb(24,85,74); }

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