#1E7B5B

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

Shades of Deep Sea #1E7B5B

Tints of Deep Sea #1E7B5B

Color information

#1E7B5B (or 0x1E7B5B) is unknown color: approx Deep Sea. HEX triplet: 1E, 7B and 5B. RGB value is (30,123,91). Sum of RGB (Red+Green+Blue) = 30+123+91=244 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.30% from 244); Green value is 123 (48.44% from 255 or 50.41% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 123 - color contains mainly: green. Hex color #1E7B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7B5B is #E184A4. Grayscale: #5B5B5B. Windows color (decimal): -14779557 or 5995294. OLE color: 5995294.

HSL color Cylindrical-coordinate representation of color #1E7B5B: hue angle of 159.35º 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 #1E7B5B is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB3012391-
CMYK0.7600.260.52
HSL159.35º60.78%30%-
HSV(B)159.35º75.61%48.24%-
XYZ9.5115.212.33-
YUV91.54127.6984.1-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.30%
GREEN value IS 123 (48.44% from 255) = 50.41%
BLUE value IS 91 (35.94% from 255) = 37.30%
R=12.30%
G=50.41%
B=37.30%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal30123910.7600.260.52159.3560.7830
Hex1E7B5B4C01A349f3d1e
Octal36173133114032642377536
Binary111101111011101101110011000110101101001001111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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