#1E795E

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

Shades of Deep Sea #1E795E

Tints of Deep Sea #1E795E

Color information

#1E795E (or 0x1E795E) is unknown color: approx Deep Sea. HEX triplet: 1E, 79 and 5E. RGB value is (30,121,94). Sum of RGB (Red+Green+Blue) = 30+121+94=245 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.24% from 245); Green value is 121 (47.66% from 255 or 49.39% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 121 - color contains mainly: green. Hex color #1E795E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E795E is #E186A1. Grayscale: #5A5A5A. Windows color (decimal): -14780066 or 6191390. OLE color: 6191390.

HSL color Cylindrical-coordinate representation of color #1E795E: hue angle of 162.2º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E795E is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB3012194-
CMYK0.7500.220.53
HSL162.2º60.26%29.61%-
HSV(B)162.2º75.21%47.45%-
XYZ9.3914.7612.94-
YUV90.71129.8584.7-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.24%
GREEN value IS 121 (47.66% from 255) = 49.39%
BLUE value IS 94 (37.11% from 255) = 38.37%
R=12.24%
G=49.39%
B=38.37%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal30121940.7500.220.53162.260.2629.61
Hex1E795E4B01635a23c1e
Octal36171136113026652427436
Binary111101111001101111010010110101101101011010001011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E795E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,121,94); }

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

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

 a { background-color: rgb(30,121,94); }

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

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

 span { border-color: rgb(30,121,94); }

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