Html Css Color HEX #1E939B Java

📋 copy color: '#1E939B'

red 30 ◦ green 147 ◦ blue 155

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

Shades of Java #1E939B

Tints of Java #1E939B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 46.69%

R = 9.04%
G = 44.28%
B = 46.69%

CMYK

 C value IS 0.81

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1E939B (or 0x1E939B) is known color: Java. HEX triplet: 1E, 93 and 9B. RGB value is (30,147,155). Sum of RGB (Red+Green+Blue) = 30+147+155=332 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.04% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E939B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E939B is #E16C64. Grayscale: #707070. Windows color (decimal): -14773349 or 10195742. OLE color: 10195742.

HSL color Cylindrical-coordinate representation of color #1E939B: hue angle of 183.84º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E939B is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 30 147 155 -
CMYK 0.81 0.05 0 0.39
HSL 183.84º 0.68% 0.36% -
HSV(B) 183.84º 0.81% 0.61% -
XYZ 16.89 23.51 34.66 -
YUV 112.93 151.74 68.85 -
System Red Green Blue C M Y K H S L
Decimal 30 147 155 0.81 0.05 0 0.39 183.84 0.68 0.36
Hex 1E 93 9B 51 5 0 27 B8 44 24
Octal 36 223 233 121 5 0 47 270 104 44
Binary 11110 10010011 10011011 1010001 101 0 100111 10111000 1000100 100100

Color Harmonies of #1E939B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E939B

Black with #1E939B

Text Example


Text Example

White with #1E939B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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