#1E705D

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

Shades of Deep Sea #1E705D

Tints of Deep Sea #1E705D

Color information

#1E705D (or 0x1E705D) is unknown color: approx Deep Sea. HEX triplet: 1E, 70 and 5D. RGB value is (30,112,93). Sum of RGB (Red+Green+Blue) = 30+112+93=235 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.77% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #1E705D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E705D is #E18FA2. Grayscale: #555555. Windows color (decimal): -14782371 or 6123550. OLE color: 6123550.

HSL color Cylindrical-coordinate representation of color #1E705D: hue angle of 166.1º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E705D is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB3011293-
CMYK0.7300.170.56
HSL166.1º57.75%27.84%-
HSV(B)166.1º73.21%43.92%-
XYZ8.3112.6512.36-
YUV85.32132.3388.54-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.77%
GREEN value IS 112 (44.14% from 255) = 47.66%
BLUE value IS 93 (36.72% from 255) = 39.57%
R=12.77%
G=47.66%
B=39.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal30112930.7300.170.56166.157.7527.84
Hex1E705D4901138a63a1c
Octal36160135111021702467234
Binary111101110000101110110010010100011110001010011011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,112,93); }

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

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

 a { background-color: rgb(30,112,93); }

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

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

 span { border-color: rgb(30,112,93); }

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