#1E766A

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

Shades of Deep Sea #1E766A

Tints of Deep Sea #1E766A

Color information

#1E766A (or 0x1E766A) is unknown color: approx Deep Sea. HEX triplet: 1E, 76 and 6A. RGB value is (30,118,106). Sum of RGB (Red+Green+Blue) = 30+118+106=254 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.81% from 254); Green value is 118 (46.48% from 255 or 46.46% from 254); Blue value is 106 (41.80% from 255 or 41.73% from 254); Max value from RGB is 118 - color contains mainly: green. Hex color #1E766A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E766A is #E18995. Grayscale: #5A5A5A. Windows color (decimal): -14780822 or 6977054. OLE color: 6977054.

HSL color Cylindrical-coordinate representation of color #1E766A: hue angle of 171.82º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E766A is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB30118106-
CMYK0.7500.100.54
HSL171.82º59.46%29.02%-
HSV(B)171.82º74.58%46.27%-
XYZ9.6214.2715.88-
YUV90.32136.8584.98-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.81%
GREEN value IS 118 (46.48% from 255) = 46.46%
BLUE value IS 106 (41.80% from 255) = 41.73%
R=11.81%
G=46.46%
B=41.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal301181060.7500.100.54171.8259.4629.02
Hex1E766A4B0A36ac3b1d
Octal36166152113012662547335
Binary11110111011011010101001011010101101101010110011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,118,106); }

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

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

 a { background-color: rgb(30,118,106); }

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

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

 span { border-color: rgb(30,118,106); }

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