Html Css Color HEX #1E938B Java

📋 copy color: '#1E938B'

red 30 ◦ green 147 ◦ blue 139

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

Shades of Java #1E938B

Tints of Java #1E938B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.52%

 BLUE value IS 139 (54.69% from 255) = 43.99%

R = 9.49%
G = 46.52%
B = 43.99%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#1E938B (or 0x1E938B) is known color: Java. HEX triplet: 1E, 93 and 8B. RGB value is (30,147,139). Sum of RGB (Red+Green+Blue) = 30+147+139=316 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.49% from 316); Green value is 147 (57.81% from 255 or 46.52% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 147 - color contains mainly: green. Hex color #1E938B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E938B is #E16C74. Grayscale: #6F6F6F. Windows color (decimal): -14773365 or 9147166. OLE color: 9147166.

HSL color Cylindrical-coordinate representation of color #1E938B: hue angle of 175.9º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E938B is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 30 147 139 -
CMYK 0.80 0 0.05 0.42
HSL 175.9º 0.66% 0.35% -
HSV(B) 175.9º 0.8% 0.58% -
XYZ 15.63 23.01 28.04 -
YUV 111.11 143.74 70.15 -
System Red Green Blue C M Y K H S L
Decimal 30 147 139 0.80 0 0.05 0.42 175.9 0.66 0.35
Hex 1E 93 8B 50 0 5 2A B0 42 23
Octal 36 223 213 120 0 5 52 260 102 43
Binary 11110 10010011 10001011 1010000 0 101 101010 10110000 1000010 100011

Color Harmonies of #1E938B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E938B

Black with #1E938B

Text Example


Text Example

White with #1E938B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,147,139); }

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

background-color css

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

 a { background-color: rgb(30,147,139); }

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

border-color css

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

 span { border-color: rgb(30,147,139); }

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