Html Css Color HEX #1EA095 Java

📋 copy color: '#1EA095'

red 30 ◦ green 160 ◦ blue 149

#1EA095
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #1EA095

Tints of Java #1EA095

RGB

 RED value IS 30 (12.11% from 255) = 8.85%

 GREEN value IS 160 (62.89% from 255) = 47.2%

 BLUE value IS 149 (58.59% from 255) = 43.95%

R = 8.85%
G = 47.2%
B = 43.95%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#1EA095 (or 0x1EA095) is known color: Java. HEX triplet: 1E, A0 and 95. RGB value is (30,160,149). Sum of RGB (Red+Green+Blue) = 30+160+149=339 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.85% from 339); Green value is 160 (62.89% from 255 or 47.20% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 160 - color contains mainly: green. Hex color #1EA095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA095 is #E15F6A. Grayscale: #777777. Windows color (decimal): -14770027 or 9805854. OLE color: 9805854.

HSL color Cylindrical-coordinate representation of color #1EA095: hue angle of 174.92º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1EA095 is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 30 160 149 -
CMYK 0.81 0 0.07 0.37
HSL 174.92º 0.68% 0.37% -
HSV(B) 174.92º 0.81% 0.63% -
XYZ 18.53 27.59 32.78 -
YUV 119.88 144.43 63.89 -
System Red Green Blue C M Y K H S L
Decimal 30 160 149 0.81 0 0.07 0.37 174.92 0.68 0.37
Hex 1E A0 95 51 0 7 25 AF 44 25
Octal 36 240 225 121 0 7 45 257 104 45
Binary 11110 10100000 10010101 1010001 0 111 100101 10101111 1000100 100101

Color Harmonies of #1EA095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EA095

Black with #1EA095

Text Example


Text Example

White with #1EA095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,160,149); }

 H1.HeaderClassName
 {
   color: #1EA095;
 }
 .AnyTagClassName
 {
   color: #1EA095;
 }
</style>

background-color css

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

 a { background-color: rgb(30,160,149); }

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

border-color css

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

 span { border-color: rgb(30,160,149); }

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