#1E6A50

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

Shades of Evening Sea #1E6A50

Tints of Evening Sea #1E6A50

Color information

#1E6A50 (or 0x1E6A50) is unknown color: approx Evening Sea. HEX triplet: 1E, 6A and 50. RGB value is (30,106,80). Sum of RGB (Red+Green+Blue) = 30+106+80=216 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.89% from 216); Green value is 106 (41.80% from 255 or 49.07% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 106 - color contains mainly: green. Hex color #1E6A50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6A50 is #E195AF. Grayscale: #505050. Windows color (decimal): -14783920 or 5270046. OLE color: 5270046.

HSL color Cylindrical-coordinate representation of color #1E6A50: hue angle of 159.47º 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 #1E6A50 is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB3010680-
CMYK0.7200.250.58
HSL159.47º55.88%26.67%-
HSV(B)159.47º71.7%41.57%-
XYZ7.1411.169.37-
YUV80.31127.8292.11-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.89%
GREEN value IS 106 (41.80% from 255) = 49.07%
BLUE value IS 80 (31.64% from 255) = 37.04%
R=13.89%
G=49.07%
B=37.04%

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
Decimal30106800.7200.250.58159.4755.8826.67
Hex1E6A50480193A9f381b
Octal36152120110031722377033
Binary111101101010101000010010000110011110101001111111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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