#1E816A

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

Shades of Deep Sea #1E816A

Tints of Deep Sea #1E816A

Color information

#1E816A (or 0x1E816A) is unknown color: approx Deep Sea. HEX triplet: 1E, 81 and 6A. RGB value is (30,129,106). Sum of RGB (Red+Green+Blue) = 30+129+106=265 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.32% from 265); Green value is 129 (50.78% from 255 or 48.68% from 265); Blue value is 106 (41.80% from 255 or 40% from 265); Max value from RGB is 129 - color contains mainly: green. Hex color #1E816A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E816A is #E17E95. Grayscale: #606060. Windows color (decimal): -14778006 or 6979870. OLE color: 6979870.

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

Color convert

RGB30129106-
CMYK0.7700.180.49
HSL166.06º62.26%31.18%-
HSV(B)166.06º76.74%50.59%-
XYZ10.9917.0216.34-
YUV96.78133.280.37-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.32%
GREEN value IS 129 (50.78% from 255) = 48.68%
BLUE value IS 106 (41.80% from 255) = 40%
R=11.32%
G=48.68%
B=40%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal301291060.7700.180.49166.0662.2631.18
Hex1E816A4D01231a63e1f
Octal36201152115022612467637
Binary1111010000001110101010011010100101100011010011011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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