#1E796D

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

Shades of Deep Sea #1E796D

Tints of Deep Sea #1E796D

Color information

#1E796D (or 0x1E796D) is unknown color: approx Deep Sea. HEX triplet: 1E, 79 and 6D. RGB value is (30,121,109). Sum of RGB (Red+Green+Blue) = 30+121+109=260 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.54% from 260); Green value is 121 (47.66% from 255 or 46.54% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 121 - color contains mainly: green. Hex color #1E796D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E796D is #E18692. Grayscale: #5C5C5C. Windows color (decimal): -14780051 or 7174430. OLE color: 7174430.

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

Color convert

RGB30121109-
CMYK0.7500.100.53
HSL172.09º60.26%29.61%-
HSV(B)172.09º75.21%47.45%-
XYZ10.1315.0516.84-
YUV92.42137.3583.48-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.54%
GREEN value IS 121 (47.66% from 255) = 46.54%
BLUE value IS 109 (42.97% from 255) = 41.92%
R=11.54%
G=46.54%
B=41.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal301211090.7500.100.53172.0960.2629.61
Hex1E796D4B0A35ac3c1e
Octal36171155113012652547436
Binary11110111100111011011001011010101101011010110011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E796D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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