#1E7B5A

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

Shades of Deep Sea #1E7B5A

Tints of Deep Sea #1E7B5A

Color information

#1E7B5A (or 0x1E7B5A) is unknown color: approx Deep Sea. HEX triplet: 1E, 7B and 5A. RGB value is (30,123,90). Sum of RGB (Red+Green+Blue) = 30+123+90=243 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.35% from 243); Green value is 123 (48.44% from 255 or 50.62% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 123 - color contains mainly: green. Hex color #1E7B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7B5A is #E184A5. Grayscale: #5B5B5B. Windows color (decimal): -14779558 or 5929758. OLE color: 5929758.

HSL color Cylindrical-coordinate representation of color #1E7B5A: hue angle of 158.71º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E7B5A is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.52.

Color convert

RGB3012390-
CMYK0.7600.270.52
HSL158.71º60.78%30%-
HSV(B)158.71º75.61%48.24%-
XYZ9.4615.1812.1-
YUV91.43127.1984.18-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.35%
GREEN value IS 123 (48.44% from 255) = 50.62%
BLUE value IS 90 (35.55% from 255) = 37.04%
R=12.35%
G=50.62%
B=37.04%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal30123900.7600.270.52158.7160.7830
Hex1E7B5A4C01B349f3d1e
Octal36173132114033642377536
Binary111101111011101101010011000110111101001001111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,123,90); }

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

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

 a { background-color: rgb(30,123,90); }

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

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

 span { border-color: rgb(30,123,90); }

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