#155948

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

Shades of Evening Sea #155948

Tints of Evening Sea #155948

Color information

#155948 (or 0x155948) is unknown color: approx Evening Sea. HEX triplet: 15, 59 and 48. RGB value is (21,89,72). Sum of RGB (Red+Green+Blue) = 21+89+72=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 89 (35.16% from 255 or 48.90% from 182); Blue value is 72 (28.52% from 255 or 39.56% from 182); Max value from RGB is 89 - color contains mainly: green. Hex color #155948 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155948 is #EAA6B7. Grayscale: #424242. Windows color (decimal): -15378104 or 4741397. OLE color: 4741397.

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

Color convert

RGB218972-
CMYK0.7600.190.65
HSL165º61.82%21.57%-
HSV(B)165º76.4%34.9%-
XYZ5.057.777.36-
YUV66.73130.9795.38-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.54%
GREEN value IS 89 (35.16% from 255) = 48.90%
BLUE value IS 72 (28.52% from 255) = 39.56%
R=11.54%
G=48.90%
B=39.56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2189720.7600.190.6516561.8221.57
Hex1559484C01341a53e16
Octal251311101140231012457626
Binary1010110110011001000100110001001110000011010010111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155948; }

 p { color: rgb(21,89,72); }

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

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

 a { background-color: rgb(21,89,72); }

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

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

 span { border-color: rgb(21,89,72); }

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