#1E9993

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

Shades of Java #1E9993

Tints of Java #1E9993

Color information

#1E9993 (or 0x1E9993) is unknown color: approx Java. HEX triplet: 1E, 99 and 93. RGB value is (30,153,147). Sum of RGB (Red+Green+Blue) = 30+153+147=330 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.09% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 153 - color contains mainly: green. Hex color #1E9993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9993 is #E1666C. Grayscale: #737373. Windows color (decimal): -14771821 or 9672990. OLE color: 9672990.

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

Color convert

RGB30153147-
CMYK0.8000.040.4
HSL177.07º67.21%35.88%-
HSV(B)177.07º80.39%60%-
XYZ17.1925.1731.55-
YUV115.54145.7566.99-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.09%
GREEN value IS 153 (60.16% from 255) = 46.36%
BLUE value IS 147 (57.81% from 255) = 44.55%
R=9.09%
G=46.36%
B=44.55%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal301531470.8000.040.4177.0767.2135.88
Hex1E9993500428b14324
Octal36231223120045026110344
Binary11110100110011001001110100000100101000101100011000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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