#1E8065

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

Shades of Deep Sea #1E8065

Tints of Deep Sea #1E8065

Color information

#1E8065 (or 0x1E8065) is unknown color: approx Deep Sea. HEX triplet: 1E, 80 and 65. RGB value is (30,128,101). Sum of RGB (Red+Green+Blue) = 30+128+101=259 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.58% from 259); Green value is 128 (50.39% from 255 or 49.42% from 259); Blue value is 101 (39.84% from 255 or 39.00% from 259); Max value from RGB is 128 - color contains mainly: green. Hex color #1E8065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8065 is #E17F9A. Grayscale: #5F5F5F. Windows color (decimal): -14778267 or 6651934. OLE color: 6651934.

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

Color convert

RGB30128101-
CMYK0.7700.210.50
HSL163.47º62.03%30.98%-
HSV(B)163.47º76.56%50.2%-
XYZ10.616.6514.97-
YUV95.62131.0381.2-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.58%
GREEN value IS 128 (50.39% from 255) = 49.42%
BLUE value IS 101 (39.84% from 255) = 39.00%
R=11.58%
G=49.42%
B=39.00%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal301281010.7700.210.50163.4762.0330.98
Hex1E80654D01532a33e1f
Octal36200145115025622437637
Binary1111010000000110010110011010101011100101010001111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,128,101); }

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

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

 a { background-color: rgb(30,128,101); }

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

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

 span { border-color: rgb(30,128,101); }

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