#165848

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

Shades of Evening Sea #165848

Tints of Evening Sea #165848

Color information

#165848 (or 0x165848) is unknown color: approx Evening Sea. HEX triplet: 16, 58 and 48. RGB value is (22,88,72). Sum of RGB (Red+Green+Blue) = 22+88+72=182 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.09% from 182); Green value is 88 (34.77% from 255 or 48.35% from 182); Blue value is 72 (28.52% from 255 or 39.56% from 182); Max value from RGB is 88 - color contains mainly: green. Hex color #165848 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165848 is #E9A7B7. Grayscale: #424242. Windows color (decimal): -15312824 or 4741142. OLE color: 4741142.

HSL color Cylindrical-coordinate representation of color #165848: hue angle of 165.45º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #165848 is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB228872-
CMYK0.7500.180.65
HSL165.45º60%21.57%-
HSV(B)165.45º75%34.51%-
XYZ4.997.627.34-
YUV66.44131.1396.3-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.09%
GREEN value IS 88 (34.77% from 255) = 48.35%
BLUE value IS 72 (28.52% from 255) = 39.56%
R=12.09%
G=48.35%
B=39.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2288720.7500.180.65165.456021.57
Hex1658484B01241a53c16
Octal261301101130221012457426
Binary1011010110001001000100101101001010000011010010111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165848; }

 p { color: rgb(22,88,72); }

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

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

 a { background-color: rgb(22,88,72); }

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

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

 span { border-color: rgb(22,88,72); }

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