#1E795F

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

Shades of Deep Sea #1E795F

Tints of Deep Sea #1E795F

Color information

#1E795F (or 0x1E795F) is unknown color: approx Deep Sea. HEX triplet: 1E, 79 and 5F. RGB value is (30,121,95). Sum of RGB (Red+Green+Blue) = 30+121+95=246 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.20% from 246); Green value is 121 (47.66% from 255 or 49.19% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 121 - color contains mainly: green. Hex color #1E795F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E795F is #E186A0. Grayscale: #5A5A5A. Windows color (decimal): -14780065 or 6256926. OLE color: 6256926.

HSL color Cylindrical-coordinate representation of color #1E795F: hue angle of 162.86º 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 #1E795F is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB3012195-
CMYK0.7500.210.53
HSL162.86º60.26%29.61%-
HSV(B)162.86º75.21%47.45%-
XYZ9.4414.7813.18-
YUV90.83130.3584.61-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.20%
GREEN value IS 121 (47.66% from 255) = 49.19%
BLUE value IS 95 (37.5% from 255) = 38.62%
R=12.20%
G=49.19%
B=38.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal30121950.7500.210.53162.8660.2629.61
Hex1E795F4B01535a33c1e
Octal36171137113025652437436
Binary111101111001101111110010110101011101011010001111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E795F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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