#1E6150

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

Shades of Evening Sea #1E6150

Tints of Evening Sea #1E6150

Color information

#1E6150 (or 0x1E6150) is unknown color: approx Evening Sea. HEX triplet: 1E, 61 and 50. RGB value is (30,97,80). Sum of RGB (Red+Green+Blue) = 30+97+80=207 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.49% from 207); Green value is 97 (38.28% from 255 or 46.86% from 207); Blue value is 80 (31.64% from 255 or 38.65% from 207); Max value from RGB is 97 - color contains mainly: green. Hex color #1E6150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6150 is #E19EAF. Grayscale: #4B4B4B. Windows color (decimal): -14786224 or 5267742. OLE color: 5267742.

HSL color Cylindrical-coordinate representation of color #1E6150: hue angle of 164.78º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E6150 is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB309780-
CMYK0.6900.180.62
HSL164.78º52.76%24.9%-
HSV(B)164.78º69.07%38.04%-
XYZ6.269.49.07-
YUV75.03130.895.88-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.49%
GREEN value IS 97 (38.28% from 255) = 46.86%
BLUE value IS 80 (31.64% from 255) = 38.65%
R=14.49%
G=46.86%
B=38.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3097800.6900.180.62164.7852.7624.9
Hex1E6150450123Ea53519
Octal36141120105022762456531
Binary111101100001101000010001010100101111101010010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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