#155D4E

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

Shades of Evening Sea #155D4E

Tints of Evening Sea #155D4E

Color information

#155D4E (or 0x155D4E) is unknown color: approx Evening Sea. HEX triplet: 15, 5D and 4E. RGB value is (21,93,78). Sum of RGB (Red+Green+Blue) = 21+93+78=192 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.94% from 192); Green value is 93 (36.72% from 255 or 48.44% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 93 - color contains mainly: green. Hex color #155D4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155D4E is #EAA2B1. Grayscale: #454545. Windows color (decimal): -15377074 or 5135637. OLE color: 5135637.

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

Color convert

RGB219378-
CMYK0.7700.160.64
HSL167.5º63.16%22.35%-
HSV(B)167.5º77.42%36.47%-
XYZ5.68.548.56-
YUV69.76132.6593.22-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.94%
GREEN value IS 93 (36.72% from 255) = 48.44%
BLUE value IS 78 (30.86% from 255) = 40.62%
R=10.94%
G=48.44%
B=40.62%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2193780.7700.160.64167.563.1622.35
Hex155D4E4D01040a83f16
Octal251351161150201002507726
Binary1010110111011001110100110101000010000001010100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,93,78); }

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

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

 a { background-color: rgb(21,93,78); }

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

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

 span { border-color: rgb(21,93,78); }

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