#1E8260

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

Shades of Deep Sea #1E8260

Tints of Deep Sea #1E8260

Color information

#1E8260 (or 0x1E8260) is unknown color: approx Deep Sea. HEX triplet: 1E, 82 and 60. RGB value is (30,130,96). Sum of RGB (Red+Green+Blue) = 30+130+96=256 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.72% from 256); Green value is 130 (51.17% from 255 or 50.78% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 130 - color contains mainly: green. Hex color #1E8260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8260 is #E17D9F. Grayscale: #606060. Windows color (decimal): -14777760 or 6324766. OLE color: 6324766.

HSL color Cylindrical-coordinate representation of color #1E8260: hue angle of 159.6º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E8260 is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB3013096-
CMYK0.7700.260.49
HSL159.6º62.5%31.37%-
HSV(B)159.6º76.92%50.98%-
XYZ10.6317.0913.8-
YUV96.22127.8780.76-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.72%
GREEN value IS 130 (51.17% from 255) = 50.78%
BLUE value IS 96 (37.89% from 255) = 37.5%
R=11.72%
G=50.78%
B=37.5%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal30130960.7700.260.49159.662.531.37
Hex1E82604D01A31a03e1f
Octal36202140115032612407637
Binary1111010000010110000010011010110101100011010000011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,130,96); }

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

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

 a { background-color: rgb(30,130,96); }

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

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

 span { border-color: rgb(30,130,96); }

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