#1E9E8E

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

Shades of Java #1E9E8E

Tints of Java #1E9E8E

Color information

#1E9E8E (or 0x1E9E8E) is unknown color: approx Java. HEX triplet: 1E, 9E and 8E. RGB value is (30,158,142). Sum of RGB (Red+Green+Blue) = 30+158+142=330 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.09% from 330); Green value is 158 (62.11% from 255 or 47.88% from 330); Blue value is 142 (55.86% from 255 or 43.03% from 330); Max value from RGB is 158 - color contains mainly: green. Hex color #1E9E8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9E8E is #E16171. Grayscale: #757575. Windows color (decimal): -14770546 or 9346590. OLE color: 9346590.

HSL color Cylindrical-coordinate representation of color #1E9E8E: hue angle of 172.5º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E9E8E is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB30158142-
CMYK0.8100.100.38
HSL172.5º68.09%36.86%-
HSV(B)172.5º81.01%61.96%-
XYZ17.6426.6829.81-
YUV117.9141.5965.3-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.09%
GREEN value IS 158 (62.11% from 255) = 47.88%
BLUE value IS 142 (55.86% from 255) = 43.03%
R=9.09%
G=47.88%
B=43.03%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal301581420.8100.100.38172.568.0936.86
Hex1E9E8E510A26ac4425
Octal362362161210124625410445
Binary111101001111010001110101000101010100110101011001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,158,142); }

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

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

 a { background-color: rgb(30,158,142); }

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

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

 span { border-color: rgb(30,158,142); }

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