#1E785B

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

Shades of Deep Sea #1E785B

Tints of Deep Sea #1E785B

Color information

#1E785B (or 0x1E785B) is unknown color: approx Deep Sea. HEX triplet: 1E, 78 and 5B. RGB value is (30,120,91). Sum of RGB (Red+Green+Blue) = 30+120+91=241 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.45% from 241); Green value is 120 (47.27% from 255 or 49.79% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 120 - color contains mainly: green. Hex color #1E785B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E785B is #E187A4. Grayscale: #595959. Windows color (decimal): -14780325 or 5994526. OLE color: 5994526.

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

Color convert

RGB3012091-
CMYK0.7500.240.53
HSL160.67º60%29.41%-
HSV(B)160.67º75%47.06%-
XYZ9.1414.4612.21-
YUV89.78128.6885.36-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.45%
GREEN value IS 120 (47.27% from 255) = 49.79%
BLUE value IS 91 (35.94% from 255) = 37.76%
R=12.45%
G=49.79%
B=37.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal30120910.7500.240.53160.676029.41
Hex1E785B4B01835a13c1d
Octal36170133113030652417435
Binary111101111000101101110010110110001101011010000111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,120,91); }

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

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

 a { background-color: rgb(30,120,91); }

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

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

 span { border-color: rgb(30,120,91); }

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