#1E6B50

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

Shades of Evening Sea #1E6B50

Tints of Evening Sea #1E6B50

Color information

#1E6B50 (or 0x1E6B50) is unknown color: approx Evening Sea. HEX triplet: 1E, 6B and 50. RGB value is (30,107,80). Sum of RGB (Red+Green+Blue) = 30+107+80=217 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.82% from 217); Green value is 107 (42.19% from 255 or 49.31% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 107 - color contains mainly: green. Hex color #1E6B50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6B50 is #E194AF. Grayscale: #505050. Windows color (decimal): -14783664 or 5270302. OLE color: 5270302.

HSL color Cylindrical-coordinate representation of color #1E6B50: hue angle of 158.96º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E6B50 is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB3010780-
CMYK0.7200.250.58
HSL158.96º56.2%26.86%-
HSV(B)158.96º71.96%41.96%-
XYZ7.2411.379.4-
YUV80.9127.4991.7-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.82%
GREEN value IS 107 (42.19% from 255) = 49.31%
BLUE value IS 80 (31.64% from 255) = 36.87%
R=13.82%
G=49.31%
B=36.87%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal30107800.7200.250.58158.9656.226.86
Hex1E6B50480193A9f381b
Octal36153120110031722377033
Binary111101101011101000010010000110011110101001111111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E6B50; }

 p { color: rgb(30,107,80); }

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

<style>
 a { background-color: #1E6B50; }

 a { background-color: rgb(30,107,80); }

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

<style>
 span { border-color: #1E6B50; }

 span { border-color: rgb(30,107,80); }

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