#155A4A

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

Shades of Evening Sea #155A4A

Tints of Evening Sea #155A4A

Color information

#155A4A (or 0x155A4A) is unknown color: approx Evening Sea. HEX triplet: 15, 5A and 4A. RGB value is (21,90,74). Sum of RGB (Red+Green+Blue) = 21+90+74=185 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.35% from 185); Green value is 90 (35.55% from 255 or 48.65% from 185); Blue value is 74 (29.30% from 255 or 40% from 185); Max value from RGB is 90 - color contains mainly: green. Hex color #155A4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155A4A is #EAA5B5. Grayscale: #434343. Windows color (decimal): -15377846 or 4872725. OLE color: 4872725.

HSL color Cylindrical-coordinate representation of color #155A4A: hue angle of 166.09º 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 #155A4A is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB219074-
CMYK0.7700.180.65
HSL166.09º62.16%21.76%-
HSV(B)166.09º76.67%35.29%-
XYZ5.27.977.74-
YUV67.54131.6494.8-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.35%
GREEN value IS 90 (35.55% from 255) = 48.65%
BLUE value IS 74 (29.30% from 255) = 40%
R=11.35%
G=48.65%
B=40%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2190740.7700.180.65166.0962.1621.76
Hex155A4A4D01241a63e16
Octal251321121150221012467626
Binary1010110110101001010100110101001010000011010011011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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