#1e9798

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

Shades of Java #1E9798

Tints of Java #1E9798

Color information

#1E9798 (or 0x1E9798) is unknown color: approx Java. HEX triplet: 1E, 97 and 98. RGB value is (30,151,152). Sum of RGB (Red+Green+Blue) = 30+151+152=333 (44% of max value = 765). Red value is 30 (12.11% from 255 or 9.01% from 333); Green value is 151 (59.38% from 255 or 45.35% from 333); Blue value is 152 (59.77% from 255 or 45.65% from 333); Max value from RGB is 152 - color contains mainly: blue. Hex color #1E9798 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9798 is #E16867. Grayscale: #727272. Windows color (decimal): -14772328 or 10000158. OLE color: 10000158.

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

Color convert

RGB30151152-
CMYK0.800.0100.40
HSL180.49º67.03%35.69%-
HSV(B)180.49º80.26%59.61%-
XYZ17.2724.6833.56-
YUV114.94148.9167.42-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.01%
GREEN value IS 151 (59.38% from 255) = 45.35%
BLUE value IS 152 (59.77% from 255) = 45.65%
R=9.01%
G=45.35%
B=45.65%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal301511520.800.0100.40180.4967.0335.69
Hex1E9798501028b44324
Octal36227230120105026410344
Binary111101001011110011000101000010101000101101001000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e9798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,151,152); }

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

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

 a { background-color: rgb(30,151,152); }

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

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

 span { border-color: rgb(30,151,152); }

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