#1E7A5B

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

Shades of Deep Sea #1E7A5B

Tints of Deep Sea #1E7A5B

Color information

#1E7A5B (or 0x1E7A5B) is unknown color: approx Deep Sea. HEX triplet: 1E, 7A and 5B. RGB value is (30,122,91). Sum of RGB (Red+Green+Blue) = 30+122+91=243 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.35% from 243); Green value is 122 (48.05% from 255 or 50.21% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 122 - color contains mainly: green. Hex color #1E7A5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7A5B is #E185A4. Grayscale: #5A5A5A. Windows color (decimal): -14779813 or 5995038. OLE color: 5995038.

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

Color convert

RGB3012291-
CMYK0.7500.250.52
HSL159.78º60.53%29.8%-
HSV(B)159.78º75.41%47.84%-
XYZ9.3814.9512.29-
YUV90.96128.0284.52-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.35%
GREEN value IS 122 (48.05% from 255) = 50.21%
BLUE value IS 91 (35.94% from 255) = 37.45%
R=12.35%
G=50.21%
B=37.45%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal30122910.7500.250.52159.7860.5329.8
Hex1E7A5B4B01934a03d1e
Octal36172133113031642407536
Binary111101111010101101110010110110011101001010000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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