#155A4C

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

Shades of Evening Sea #155A4C

Tints of Evening Sea #155A4C

Color information

#155A4C (or 0x155A4C) is unknown color: approx Evening Sea. HEX triplet: 15, 5A and 4C. RGB value is (21,90,76). Sum of RGB (Red+Green+Blue) = 21+90+76=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 90 (35.55% from 255 or 48.13% from 187); Blue value is 76 (30.08% from 255 or 40.64% from 187); Max value from RGB is 90 - color contains mainly: green. Hex color #155A4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155A4C is #EAA5B3. Grayscale: #434343. Windows color (decimal): -15377844 or 5003797. OLE color: 5003797.

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

Color convert

RGB219076-
CMYK0.7700.160.65
HSL167.83º62.16%21.76%-
HSV(B)167.83º76.67%35.29%-
XYZ5.277.998.1-
YUV67.77132.6494.64-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.23%
GREEN value IS 90 (35.55% from 255) = 48.13%
BLUE value IS 76 (30.08% from 255) = 40.64%
R=11.23%
G=48.13%
B=40.64%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2190760.7700.160.65167.8362.1621.76
Hex155A4C4D01041a83e16
Octal251321141150201012507626
Binary1010110110101001100100110101000010000011010100011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155A4C; }

 p { color: rgb(21,90,76); }

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

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

 a { background-color: rgb(21,90,76); }

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

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

 span { border-color: rgb(21,90,76); }

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