#1e7768

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

Shades of Deep Sea #1E7768

Tints of Deep Sea #1E7768

Color information

#1E7768 (or 0x1E7768) is unknown color: approx Deep Sea. HEX triplet: 1E, 77 and 68. RGB value is (30,119,104). Sum of RGB (Red+Green+Blue) = 30+119+104=253 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.86% from 253); Green value is 119 (46.88% from 255 or 47.04% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 119 - color contains mainly: green. Hex color #1E7768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7768 is #E18897. Grayscale: #5A5A5A. Windows color (decimal): -14780568 or 6846238. OLE color: 6846238.

HSL color Cylindrical-coordinate representation of color #1E7768: hue angle of 169.89º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E7768 is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB30119104-
CMYK0.7500.130.53
HSL169.89º59.73%29.22%-
HSV(B)169.89º74.79%46.67%-
XYZ9.6314.4715.38-
YUV90.68135.5184.72-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.86%
GREEN value IS 119 (46.88% from 255) = 47.04%
BLUE value IS 104 (41.02% from 255) = 41.11%
R=11.86%
G=47.04%
B=41.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal301191040.7500.130.53169.8959.7329.22
Hex1E77684B0D35aa3c1d
Octal36167150113015652527435
Binary11110111011111010001001011011011101011010101011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e7768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,119,104); }

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

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

 a { background-color: rgb(30,119,104); }

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

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

 span { border-color: rgb(30,119,104); }

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