Html Css Color HEX #1E8393 Java

📋 copy color: '#1E8393'

red 30 ◦ green 131 ◦ blue 147

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

Shades of Java #1E8393

Tints of Java #1E8393

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.53%

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

R = 9.74%
G = 42.53%
B = 47.73%

CMYK

 C value IS 0.80

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1E8393 (or 0x1E8393) is known color: Java. HEX triplet: 1E, 83 and 93. RGB value is (30,131,147). Sum of RGB (Red+Green+Blue) = 30+131+147=308 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.74% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #1E8393 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8393 is #E17C6C. Grayscale: #666666. Windows color (decimal): -14777453 or 9667358. OLE color: 9667358.

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

Color convert

RGB 30 131 147 -
CMYK 0.80 0.11 0 0.42
HSL 188.21º 0.66% 0.35% -
HSV(B) 188.21º 0.8% 0.58% -
XYZ 13.92 18.62 30.46 -
YUV 102.63 153.04 76.2 -
System Red Green Blue C M Y K H S L
Decimal 30 131 147 0.80 0.11 0 0.42 188.21 0.66 0.35
Hex 1E 83 93 50 B 0 2A BC 42 23
Octal 36 203 223 120 13 0 52 274 102 43
Binary 11110 10000011 10010011 1010000 1011 0 101010 10111100 1000010 100011

Color Harmonies of #1E8393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E8393

Black with #1E8393

Text Example


Text Example

White with #1E8393

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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