#1E9289

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

Shades of Java #1E9289

Tints of Java #1E9289

Color information

#1E9289 (or 0x1E9289) is unknown color: approx Java. HEX triplet: 1E, 92 and 89. RGB value is (30,146,137). Sum of RGB (Red+Green+Blue) = 30+146+137=313 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.58% from 313); Green value is 146 (57.42% from 255 or 46.65% from 313); Blue value is 137 (53.91% from 255 or 43.77% from 313); Max value from RGB is 146 - color contains mainly: green. Hex color #1E9289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9289 is #E16D76. Grayscale: #6E6E6E. Windows color (decimal): -14773623 or 9015838. OLE color: 9015838.

HSL color Cylindrical-coordinate representation of color #1E9289: hue angle of 175.34º 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 #1E9289 is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB30146137-
CMYK0.7900.060.43
HSL175.34º65.91%34.51%-
HSV(B)175.34º79.45%57.25%-
XYZ15.3322.6427.23-
YUV110.29143.0770.73-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.58%
GREEN value IS 146 (57.42% from 255) = 46.65%
BLUE value IS 137 (53.91% from 255) = 43.77%
R=9.58%
G=46.65%
B=43.77%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal301461370.7900.060.43175.3465.9134.51
Hex1E92894F062Baf4223
Octal36222211117065325710243
Binary11110100100101000100110011110110101011101011111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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