#1E554B

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

Shades of Evening Sea #1E554B

Tints of Evening Sea #1E554B

Color information

#1E554B (or 0x1E554B) is unknown color: approx Evening Sea. HEX triplet: 1E, 55 and 4B. RGB value is (30,85,75). Sum of RGB (Red+Green+Blue) = 30+85+75=190 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.79% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 75 (29.69% from 255 or 39.47% from 190); Max value from RGB is 85 - color contains mainly: green. Hex color #1E554B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E554B is #E1AAB4. Grayscale: #434343. Windows color (decimal): -14789301 or 4936990. OLE color: 4936990.

HSL color Cylindrical-coordinate representation of color #1E554B: hue angle of 169.09º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1E554B is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB308575-
CMYK0.6500.120.67
HSL169.09º47.83%22.55%-
HSV(B)169.09º64.71%33.33%-
XYZ5.057.287.8-
YUV67.41132.28101.31-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.79%
GREEN value IS 85 (33.59% from 255) = 44.74%
BLUE value IS 75 (29.69% from 255) = 39.47%
R=15.79%
G=44.74%
B=39.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3085750.6500.120.67169.0947.8322.55
Hex1E554B410C43a93017
Octal361251131010141032516027
Binary111101010101100101110000010110010000111010100111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,85,75); }

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

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

 a { background-color: rgb(30,85,75); }

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

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

 span { border-color: rgb(30,85,75); }

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