#145849

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

Shades of Evening Sea #145849

Tints of Evening Sea #145849

Color information

#145849 (or 0x145849) is unknown color: approx Evening Sea. HEX triplet: 14, 58 and 49. RGB value is (20,88,73). Sum of RGB (Red+Green+Blue) = 20+88+73=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 88 (34.77% from 255 or 48.62% from 181); Blue value is 73 (28.91% from 255 or 40.33% from 181); Max value from RGB is 88 - color contains mainly: green. Hex color #145849 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145849 is #EBA7B6. Grayscale: #414141. Windows color (decimal): -15443895 or 4806676. OLE color: 4806676.

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

Color convert

RGB208873-
CMYK0.7700.170.65
HSL166.76º62.96%21.18%-
HSV(B)166.76º77.27%34.51%-
XYZ4.987.617.51-
YUV65.96131.9795.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.05%
GREEN value IS 88 (34.77% from 255) = 48.62%
BLUE value IS 73 (28.91% from 255) = 40.33%
R=11.05%
G=48.62%
B=40.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2088730.7700.170.65166.7662.9621.18
Hex1458494D01141a73f15
Octal241301111150211012477725
Binary1010010110001001001100110101000110000011010011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145849; }

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

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

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

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

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

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

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

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