#1E9383

Color #1E9383 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #1E9383

Tints of Java #1E9383

Color information

#1E9383 (or 0x1E9383) is unknown color: approx Java. HEX triplet: 1E, 93 and 83. RGB value is (30,147,131). Sum of RGB (Red+Green+Blue) = 30+147+131=308 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.74% from 308); Green value is 147 (57.81% from 255 or 47.73% from 308); Blue value is 131 (51.56% from 255 or 42.53% from 308); Max value from RGB is 147 - color contains mainly: green. Hex color #1E9383 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9383 is #E16C7C. Grayscale: #6E6E6E. Windows color (decimal): -14773373 or 8622878. OLE color: 8622878.

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

Color convert

RGB30147131-
CMYK0.8000.110.42
HSL171.79º66.1%34.71%-
HSV(B)171.79º79.59%57.65%-
XYZ15.0722.7825.08-
YUV110.19139.7470.8-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.74%
GREEN value IS 147 (57.81% from 255) = 47.73%
BLUE value IS 131 (51.56% from 255) = 42.53%
R=9.74%
G=47.73%
B=42.53%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal301471310.8000.110.42171.7966.134.71
Hex1E9383500B2Aac4223
Octal362232031200135225410243
Binary111101001001110000011101000001011101010101011001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E9383;
 }
 .AnyTagClassName
 {
   color: #1E9383;
 }
</style>
background-color css

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

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

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

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

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

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