#1E795C

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

Shades of Deep Sea #1E795C

Tints of Deep Sea #1E795C

Color information

#1E795C (or 0x1E795C) is unknown color: approx Deep Sea. HEX triplet: 1E, 79 and 5C. RGB value is (30,121,92). Sum of RGB (Red+Green+Blue) = 30+121+92=243 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.35% from 243); Green value is 121 (47.66% from 255 or 49.79% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 121 - color contains mainly: green. Hex color #1E795C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E795C is #E186A3. Grayscale: #5A5A5A. Windows color (decimal): -14780068 or 6060318. OLE color: 6060318.

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

Color convert

RGB3012192-
CMYK0.7500.240.53
HSL160.88º60.26%29.61%-
HSV(B)160.88º75.21%47.45%-
XYZ9.314.7212.48-
YUV90.48128.8584.86-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.35%
GREEN value IS 121 (47.66% from 255) = 49.79%
BLUE value IS 92 (36.33% from 255) = 37.86%
R=12.35%
G=49.79%
B=37.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal30121920.7500.240.53160.8860.2629.61
Hex1E795C4B01835a13c1e
Octal36171134113030652417436
Binary111101111001101110010010110110001101011010000111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E795C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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