#1E969E

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

Shades of Java #1E969E

Tints of Java #1E969E

Color information

#1E969E (or 0x1E969E) is unknown color: approx Java. HEX triplet: 1E, 96 and 9E. RGB value is (30,150,158). Sum of RGB (Red+Green+Blue) = 30+150+158=338 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.88% from 338); Green value is 150 (58.98% from 255 or 44.38% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 158 - color contains mainly: blue. Hex color #1E969E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E969E is #E16961. Grayscale: #727272. Windows color (decimal): -14772578 or 10393118. OLE color: 10393118.

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

Color convert

RGB30150158-
CMYK0.810.0500.38
HSL183.75º68.09%36.86%-
HSV(B)183.75º81.01%61.96%-
XYZ17.6124.5636.16-
YUV115.03152.2467.35-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.88%
GREEN value IS 150 (58.98% from 255) = 44.38%
BLUE value IS 158 (62.11% from 255) = 46.75%
R=8.88%
G=44.38%
B=46.75%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal301501580.810.0500.38183.7568.0936.86
Hex1E969E515026b84425
Octal36226236121504627010445
Binary11110100101101001111010100011010100110101110001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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