#1E8060

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

Shades of Deep Sea #1E8060

Tints of Deep Sea #1E8060

Color information

#1E8060 (or 0x1E8060) is unknown color: approx Deep Sea. HEX triplet: 1E, 80 and 60. RGB value is (30,128,96). Sum of RGB (Red+Green+Blue) = 30+128+96=254 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.81% from 254); Green value is 128 (50.39% from 255 or 50.39% from 254); Blue value is 96 (37.89% from 255 or 37.80% from 254); Max value from RGB is 128 - color contains mainly: green. Hex color #1E8060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8060 is #E17F9F. Grayscale: #5F5F5F. Windows color (decimal): -14778272 or 6324254. OLE color: 6324254.

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

Color convert

RGB3012896-
CMYK0.7700.250.50
HSL160.41º62.03%30.98%-
HSV(B)160.41º76.56%50.2%-
XYZ10.3716.5613.72-
YUV95.05128.5381.6-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.81%
GREEN value IS 128 (50.39% from 255) = 50.39%
BLUE value IS 96 (37.89% from 255) = 37.80%
R=11.81%
G=50.39%
B=37.80%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal30128960.7700.250.50160.4162.0330.98
Hex1E80604D01932a03e1f
Octal36200140115031622407637
Binary1111010000000110000010011010110011100101010000011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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