#185546

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

Shades of Evening Sea #185546

Tints of Evening Sea #185546

Color information

#185546 (or 0x185546) is unknown color: approx Evening Sea. HEX triplet: 18, 55 and 46. RGB value is (24,85,70). Sum of RGB (Red+Green+Blue) = 24+85+70=179 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.41% from 179); Green value is 85 (33.59% from 255 or 47.49% from 179); Blue value is 70 (27.73% from 255 or 39.11% from 179); Max value from RGB is 85 - color contains mainly: green. Hex color #185546 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185546 is #E7AAB9. Grayscale: #414141. Windows color (decimal): -15182522 or 4609304. OLE color: 4609304.

HSL color Cylindrical-coordinate representation of color #185546: hue angle of 165.25º 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 #185546 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB248570-
CMYK0.7200.180.67
HSL165.25º55.96%21.37%-
HSV(B)165.25º71.76%33.33%-
XYZ4.737.136.92-
YUV65.05130.7998.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.41%
GREEN value IS 85 (33.59% from 255) = 47.49%
BLUE value IS 70 (27.73% from 255) = 39.11%
R=13.41%
G=47.49%
B=39.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2485700.7200.180.67165.2555.9621.37
Hex1855464801243a53815
Octal301251061100221032457025
Binary1100010101011000110100100001001010000111010010111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185546; }

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

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

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

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

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

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

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

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