Html Css Color HEX #1EA097 Java

📋 copy color: '#1EA097'

red 30 ◦ green 160 ◦ blue 151

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

Shades of Java #1EA097

Tints of Java #1EA097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 44.28%

R = 8.8%
G = 46.92%
B = 44.28%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#1EA097 (or 0x1EA097) is known color: Java. HEX triplet: 1E, A0 and 97. RGB value is (30,160,151). Sum of RGB (Red+Green+Blue) = 30+160+151=341 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.80% from 341); Green value is 160 (62.89% from 255 or 46.92% from 341); Blue value is 151 (59.38% from 255 or 44.28% from 341); Max value from RGB is 160 - color contains mainly: green. Hex color #1EA097 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA097 is #E15F68. Grayscale: #787878. Windows color (decimal): -14770025 or 9936926. OLE color: 9936926.

HSL color Cylindrical-coordinate representation of color #1EA097: hue angle of 175.85º 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 #1EA097 is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 30 160 151 -
CMYK 0.81 0 0.06 0.37
HSL 175.85º 0.68% 0.37% -
HSV(B) 175.85º 0.81% 0.63% -
XYZ 18.69 27.65 33.63 -
YUV 120.1 145.43 63.73 -
System Red Green Blue C M Y K H S L
Decimal 30 160 151 0.81 0 0.06 0.37 175.85 0.68 0.37
Hex 1E A0 97 51 0 6 25 B0 44 25
Octal 36 240 227 121 0 6 45 260 104 45
Binary 11110 10100000 10010111 1010001 0 110 100101 10110000 1000100 100101

Color Harmonies of #1EA097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EA097

Black with #1EA097

Text Example


Text Example

White with #1EA097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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