Html Css Color HEX #1E9690 Java

📋 copy color: '#1E9690'

red 30 ◦ green 150 ◦ blue 144

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

Shades of Java #1E9690

Tints of Java #1E9690

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.3%

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

R = 9.26%
G = 46.3%
B = 44.44%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#1E9690 (or 0x1E9690) is known color: Java. HEX triplet: 1E, 96 and 90. RGB value is (30,150,144). Sum of RGB (Red+Green+Blue) = 30+150+144=324 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.26% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 150 - color contains mainly: green. Hex color #1E9690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9690 is #E1696F. Grayscale: #717171. Windows color (decimal): -14772592 or 9475614. OLE color: 9475614.

HSL color Cylindrical-coordinate representation of color #1E9690: hue angle of 177º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E9690 is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB 30 150 144 -
CMYK 0.80 0 0.04 0.41
HSL 177º 0.67% 0.35% -
HSV(B) 177º 0.8% 0.59% -
XYZ 16.48 24.1 30.17 -
YUV 113.44 145.24 68.49 -
System Red Green Blue C M Y K H S L
Decimal 30 150 144 0.80 0 0.04 0.41 177 0.67 0.35
Hex 1E 96 90 50 0 4 29 B1 43 23
Octal 36 226 220 120 0 4 51 261 103 43
Binary 11110 10010110 10010000 1010000 0 100 101001 10110001 1000011 100011

Color Harmonies of #1E9690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E9690

Black with #1E9690

Text Example


Text Example

White with #1E9690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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