Html Css Color HEX #1E9390 Java

📋 copy color: '#1E9390'

red 30 ◦ green 147 ◦ blue 144

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

Shades of Java #1E9390

Tints of Java #1E9390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.86%

R = 9.35%
G = 45.79%
B = 44.86%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#1E9390 (or 0x1E9390) is known color: Java. HEX triplet: 1E, 93 and 90. RGB value is (30,147,144). Sum of RGB (Red+Green+Blue) = 30+147+144=321 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.35% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 147 - color contains mainly: green. Hex color #1E9390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9390 is #E16C6F. Grayscale: #6F6F6F. Windows color (decimal): -14773360 or 9474846. OLE color: 9474846.

HSL color Cylindrical-coordinate representation of color #1E9390: hue angle of 178.46º 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 #1E9390 is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 30 147 144 -
CMYK 0.80 0 0.02 0.42
HSL 178.46º 0.66% 0.35% -
HSV(B) 178.46º 0.8% 0.58% -
XYZ 16 23.16 30.01 -
YUV 111.68 146.24 69.74 -
System Red Green Blue C M Y K H S L
Decimal 30 147 144 0.80 0 0.02 0.42 178.46 0.66 0.35
Hex 1E 93 90 50 0 2 2A B2 42 23
Octal 36 223 220 120 0 2 52 262 102 43
Binary 11110 10010011 10010000 1010000 0 10 101010 10110010 1000010 100011

Color Harmonies of #1E9390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E9390

Black with #1E9390

Text Example


Text Example

White with #1E9390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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