#1E928E

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

Shades of Java #1E928E

Tints of Java #1E928E

Color information

#1E928E (or 0x1E928E) is unknown color: approx Java. HEX triplet: 1E, 92 and 8E. RGB value is (30,146,142). Sum of RGB (Red+Green+Blue) = 30+146+142=318 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.43% from 318); Green value is 146 (57.42% from 255 or 45.91% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 146 - color contains mainly: green. Hex color #1E928E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E928E is #E16D71. Grayscale: #6E6E6E. Windows color (decimal): -14773618 or 9343518. OLE color: 9343518.

HSL color Cylindrical-coordinate representation of color #1E928E: hue angle of 177.93º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E928E is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB30146142-
CMYK0.7900.030.43
HSL177.93º65.91%34.51%-
HSV(B)177.93º79.45%57.25%-
XYZ15.722.7929.16-
YUV110.86145.5770.33-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.43%
GREEN value IS 146 (57.42% from 255) = 45.91%
BLUE value IS 142 (55.86% from 255) = 44.65%
R=9.43%
G=45.91%
B=44.65%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal301461420.7900.030.43177.9365.9134.51
Hex1E928E4F032Bb24223
Octal36222216117035326210243
Binary1111010010010100011101001111011101011101100101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E928E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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