#1E6F54

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

Shades of Evening Sea #1E6F54

Tints of Evening Sea #1E6F54

Color information

#1E6F54 (or 0x1E6F54) is unknown color: approx Evening Sea. HEX triplet: 1E, 6F and 54. RGB value is (30,111,84). Sum of RGB (Red+Green+Blue) = 30+111+84=225 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.33% from 225); Green value is 111 (43.75% from 255 or 49.33% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 111 - color contains mainly: green. Hex color #1E6F54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6F54 is #E190AB. Grayscale: #535353. Windows color (decimal): -14782636 or 5533470. OLE color: 5533470.

HSL color Cylindrical-coordinate representation of color #1E6F54: hue angle of 160º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E6F54 is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB3011184-
CMYK0.7300.240.56
HSL160º57.45%27.65%-
HSV(B)160º72.97%43.53%-
XYZ7.8212.2810.35-
YUV83.7128.1689.7-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.33%
GREEN value IS 111 (43.75% from 255) = 49.33%
BLUE value IS 84 (33.20% from 255) = 37.33%
R=13.33%
G=49.33%
B=37.33%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal30111840.7300.240.5616057.4527.65
Hex1E6F544901838a0391c
Octal36157124111030702407134
Binary111101101111101010010010010110001110001010000011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,111,84); }

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

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

 a { background-color: rgb(30,111,84); }

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

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

 span { border-color: rgb(30,111,84); }

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