Html Css Color HEX #1EA49F Java

📋 copy color: '#1EA49F'

red 30 ◦ green 164 ◦ blue 159

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

Shades of Java #1EA49F

Tints of Java #1EA49F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 46.46%

 BLUE value IS 159 (62.5% from 255) = 45.04%

R = 8.5%
G = 46.46%
B = 45.04%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#1EA49F (or 0x1EA49F) is known color: Java. HEX triplet: 1E, A4 and 9F. RGB value is (30,164,159). Sum of RGB (Red+Green+Blue) = 30+164+159=353 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.50% from 353); Green value is 164 (64.45% from 255 or 46.46% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 164 - color contains mainly: green. Hex color #1EA49F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA49F is #E15B60. Grayscale: #7B7B7B. Windows color (decimal): -14768993 or 10462238. OLE color: 10462238.

HSL color Cylindrical-coordinate representation of color #1EA49F: hue angle of 177.76º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EA49F is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 30 164 159 -
CMYK 0.82 0 0.03 0.36
HSL 177.76º 0.69% 0.38% -
HSV(B) 177.76º 0.82% 0.64% -
XYZ 20.07 29.33 37.4 -
YUV 123.36 148.11 61.41 -
System Red Green Blue C M Y K H S L
Decimal 30 164 159 0.82 0 0.03 0.36 177.76 0.69 0.38
Hex 1E A4 9F 52 0 3 24 B2 45 26
Octal 36 244 237 122 0 3 44 262 105 46
Binary 11110 10100100 10011111 1010010 0 11 100100 10110010 1000101 100110

Color Harmonies of #1EA49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EA49F

Black with #1EA49F

Text Example


Text Example

White with #1EA49F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,164,159); }

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

background-color css

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

 a { background-color: rgb(30,164,159); }

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

border-color css

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

 span { border-color: rgb(30,164,159); }

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