Html Css Color HEX #1E9693 Java

📋 copy color: '#1E9693'

red 30 ◦ green 150 ◦ blue 147

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

Shades of Java #1E9693

Tints of Java #1E9693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.95%

R = 9.17%
G = 45.87%
B = 44.95%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#1E9693 (or 0x1E9693) is known color: Java. HEX triplet: 1E, 96 and 93. RGB value is (30,150,147). Sum of RGB (Red+Green+Blue) = 30+150+147=327 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.17% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 150 - color contains mainly: green. Hex color #1E9693 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9693 is #E1696C. Grayscale: #717171. Windows color (decimal): -14772589 or 9672222. OLE color: 9672222.

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

Color convert

RGB 30 150 147 -
CMYK 0.80 0 0.02 0.41
HSL 178.5º 0.67% 0.35% -
HSV(B) 178.5º 0.8% 0.59% -
XYZ 16.71 24.2 31.39 -
YUV 113.78 146.74 68.24 -
System Red Green Blue C M Y K H S L
Decimal 30 150 147 0.80 0 0.02 0.41 178.5 0.67 0.35
Hex 1E 96 93 50 0 2 29 B2 43 23
Octal 36 226 223 120 0 2 51 262 103 43
Binary 11110 10010110 10010011 1010000 0 10 101001 10110010 1000011 100011

Color Harmonies of #1E9693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E9693

Black with #1E9693

Text Example


Text Example

White with #1E9693

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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