#1E8160

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

Shades of Deep Sea #1E8160

Tints of Deep Sea #1E8160

Color information

#1E8160 (or 0x1E8160) is unknown color: approx Deep Sea. HEX triplet: 1E, 81 and 60. RGB value is (30,129,96). Sum of RGB (Red+Green+Blue) = 30+129+96=255 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.76% from 255); Green value is 129 (50.78% from 255 or 50.59% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 129 - color contains mainly: green. Hex color #1E8160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8160 is #E17E9F. Grayscale: #5F5F5F. Windows color (decimal): -14778016 or 6324510. OLE color: 6324510.

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

Color convert

RGB3012996-
CMYK0.7700.260.49
HSL160º62.26%31.18%-
HSV(B)160º76.74%50.59%-
XYZ10.516.8213.76-
YUV95.64128.281.18-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.76%
GREEN value IS 129 (50.78% from 255) = 50.59%
BLUE value IS 96 (37.89% from 255) = 37.65%
R=11.76%
G=50.59%
B=37.65%

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
Decimal30129960.7700.260.4916062.2631.18
Hex1E81604D01A31a03e1f
Octal36201140115032612407637
Binary1111010000001110000010011010110101100011010000011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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