#115849

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

Shades of Evening Sea #115849

Tints of Evening Sea #115849

Color information

#115849 (or 0x115849) is unknown color: approx Evening Sea. HEX triplet: 11, 58 and 49. RGB value is (17,88,73). Sum of RGB (Red+Green+Blue) = 17+88+73=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 88 (34.77% from 255 or 49.44% from 178); Blue value is 73 (28.91% from 255 or 41.01% from 178); Max value from RGB is 88 - color contains mainly: green. Hex color #115849 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115849 is #EEA7B6. Grayscale: #414141. Windows color (decimal): -15640503 or 4806673. OLE color: 4806673.

HSL color Cylindrical-coordinate representation of color #115849: hue angle of 167.32º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115849 is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB178873-
CMYK0.8100.170.65
HSL167.32º67.62%20.59%-
HSV(B)167.32º80.68%34.51%-
XYZ4.927.587.51-
YUV65.06132.4893.72-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.55%
GREEN value IS 88 (34.77% from 255) = 49.44%
BLUE value IS 73 (28.91% from 255) = 41.01%
R=9.55%
G=49.44%
B=41.01%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1788730.8100.170.65167.3267.6220.59
Hex1158495101141a74415
Octal2113011112102110124710425
Binary10001101100010010011010001010001100000110100111100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115849; }

 p { color: rgb(17,88,73); }

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

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

 a { background-color: rgb(17,88,73); }

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

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

 span { border-color: rgb(17,88,73); }

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