#1E7964

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

Shades of Deep Sea #1E7964

Tints of Deep Sea #1E7964

Color information

#1E7964 (or 0x1E7964) is unknown color: approx Deep Sea. HEX triplet: 1E, 79 and 64. RGB value is (30,121,100). Sum of RGB (Red+Green+Blue) = 30+121+100=251 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.95% from 251); Green value is 121 (47.66% from 255 or 48.21% from 251); Blue value is 100 (39.45% from 255 or 39.84% from 251); Max value from RGB is 121 - color contains mainly: green. Hex color #1E7964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7964 is #E1869B. Grayscale: #5B5B5B. Windows color (decimal): -14780060 or 6584606. OLE color: 6584606.

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

Color convert

RGB30121100-
CMYK0.7500.170.53
HSL166.15º60.26%29.61%-
HSV(B)166.15º75.21%47.45%-
XYZ9.6714.8714.42-
YUV91.4132.8584.21-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.95%
GREEN value IS 121 (47.66% from 255) = 48.21%
BLUE value IS 100 (39.45% from 255) = 39.84%
R=11.95%
G=48.21%
B=39.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal301211000.7500.170.53166.1560.2629.61
Hex1E79644B01135a63c1e
Octal36171144113021652467436
Binary111101111001110010010010110100011101011010011011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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