#1E9B99

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

Shades of Java #1E9B99

Tints of Java #1E9B99

Color information

#1E9B99 (or 0x1E9B99) is unknown color: approx Java. HEX triplet: 1E, 9B and 99. RGB value is (30,155,153). Sum of RGB (Red+Green+Blue) = 30+155+153=338 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.88% from 338); Green value is 155 (60.94% from 255 or 45.86% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 155 - color contains mainly: green. Hex color #1E9B99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9B99 is #E16466. Grayscale: #757575. Windows color (decimal): -14771303 or 10066718. OLE color: 10066718.

HSL color Cylindrical-coordinate representation of color #1E9B99: hue angle of 179.04º 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 #1E9B99 is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB30155153-
CMYK0.8100.010.39
HSL179.04º67.57%36.27%-
HSV(B)179.04º80.65%60.78%-
XYZ18.0126.0234.21-
YUV117.4148.0965.66-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.88%
GREEN value IS 155 (60.94% from 255) = 45.86%
BLUE value IS 153 (60.16% from 255) = 45.27%
R=8.88%
G=45.86%
B=45.27%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal301551530.8100.010.39179.0467.5736.27
Hex1E9B99510127b34424
Octal36233231121014726310444
Binary111101001101110011001101000101100111101100111000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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