#1E6B52

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

Shades of Evening Sea #1E6B52

Tints of Evening Sea #1E6B52

Color information

#1E6B52 (or 0x1E6B52) is unknown color: approx Evening Sea. HEX triplet: 1E, 6B and 52. RGB value is (30,107,82). Sum of RGB (Red+Green+Blue) = 30+107+82=219 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.70% from 219); Green value is 107 (42.19% from 255 or 48.86% from 219); Blue value is 82 (32.42% from 255 or 37.44% from 219); Max value from RGB is 107 - color contains mainly: green. Hex color #1E6B52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6B52 is #E194AD. Grayscale: #515151. Windows color (decimal): -14783662 or 5401374. OLE color: 5401374.

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

Color convert

RGB3010782-
CMYK0.7200.230.58
HSL160.52º56.2%26.86%-
HSV(B)160.52º71.96%41.96%-
XYZ7.3211.49.8-
YUV81.13128.4991.53-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.70%
GREEN value IS 107 (42.19% from 255) = 48.86%
BLUE value IS 82 (32.42% from 255) = 37.44%
R=13.70%
G=48.86%
B=37.44%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal30107820.7200.230.58160.5256.226.86
Hex1E6B52480173Aa1381b
Octal36153122110027722417033
Binary111101101011101001010010000101111110101010000111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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