#155A4D

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

Shades of Evening Sea #155A4D

Tints of Evening Sea #155A4D

Color information

#155A4D (or 0x155A4D) is unknown color: approx Evening Sea. HEX triplet: 15, 5A and 4D. RGB value is (21,90,77). Sum of RGB (Red+Green+Blue) = 21+90+77=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 90 (35.55% from 255 or 47.87% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 90 - color contains mainly: green. Hex color #155A4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155A4D is #EAA5B2. Grayscale: #434343. Windows color (decimal): -15377843 or 5069333. OLE color: 5069333.

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

Color convert

RGB219077-
CMYK0.7700.140.65
HSL168.7º62.16%21.76%-
HSV(B)168.7º76.67%35.29%-
XYZ5.38.018.29-
YUV67.89133.1494.56-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.17%
GREEN value IS 90 (35.55% from 255) = 47.87%
BLUE value IS 77 (30.47% from 255) = 40.96%
R=11.17%
G=47.87%
B=40.96%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2190770.7700.140.65168.762.1621.76
Hex155A4D4D0E41a93e16
Octal251321151150161012517626
Binary101011011010100110110011010111010000011010100111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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