#1E776B

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

Shades of Deep Sea #1E776B

Tints of Deep Sea #1E776B

Color information

#1E776B (or 0x1E776B) is unknown color: approx Deep Sea. HEX triplet: 1E, 77 and 6B. RGB value is (30,119,107). Sum of RGB (Red+Green+Blue) = 30+119+107=256 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.72% from 256); Green value is 119 (46.88% from 255 or 46.48% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 119 - color contains mainly: green. Hex color #1E776B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E776B is #E18894. Grayscale: #5A5A5A. Windows color (decimal): -14780565 or 7042846. OLE color: 7042846.

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

Color convert

RGB30119107-
CMYK0.7500.100.53
HSL171.91º59.73%29.22%-
HSV(B)171.91º74.79%46.67%-
XYZ9.7914.5316.2-
YUV91.02137.0184.48-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.72%
GREEN value IS 119 (46.88% from 255) = 46.48%
BLUE value IS 107 (42.19% from 255) = 41.80%
R=11.72%
G=46.48%
B=41.80%

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
Decimal301191070.7500.100.53171.9159.7329.22
Hex1E776B4B0A35ac3c1d
Octal36167153113012652547435
Binary11110111011111010111001011010101101011010110011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E776B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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