#155C4A

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

Shades of Evening Sea #155C4A

Tints of Evening Sea #155C4A

Color information

#155C4A (or 0x155C4A) is unknown color: approx Evening Sea. HEX triplet: 15, 5C and 4A. RGB value is (21,92,74). Sum of RGB (Red+Green+Blue) = 21+92+74=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 92 (36.33% from 255 or 49.20% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 92 - color contains mainly: green. Hex color #155C4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155C4A is #EAA3B5. Grayscale: #444444. Windows color (decimal): -15377334 or 4873237. OLE color: 4873237.

HSL color Cylindrical-coordinate representation of color #155C4A: hue angle of 164.79º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155C4A is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB219274-
CMYK0.7700.200.64
HSL164.79º62.83%22.16%-
HSV(B)164.79º77.17%36.08%-
XYZ5.378.317.8-
YUV68.72130.9893.96-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.23%
GREEN value IS 92 (36.33% from 255) = 49.20%
BLUE value IS 74 (29.30% from 255) = 39.57%
R=11.23%
G=49.20%
B=39.57%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2192740.7700.200.64164.7962.8322.16
Hex155C4A4D01440a53f16
Octal251341121150241002457726
Binary1010110111001001010100110101010010000001010010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,92,74); }

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

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

 a { background-color: rgb(21,92,74); }

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

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

 span { border-color: rgb(21,92,74); }

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