#1E9B8F

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

Shades of Java #1E9B8F

Tints of Java #1E9B8F

Color information

#1E9B8F (or 0x1E9B8F) is unknown color: approx Java. HEX triplet: 1E, 9B and 8F. RGB value is (30,155,143). Sum of RGB (Red+Green+Blue) = 30+155+143=328 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.15% from 328); Green value is 155 (60.94% from 255 or 47.26% from 328); Blue value is 143 (56.25% from 255 or 43.60% from 328); Max value from RGB is 155 - color contains mainly: green. Hex color #1E9B8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9B8F is #E16470. Grayscale: #747474. Windows color (decimal): -14771313 or 9411358. OLE color: 9411358.

HSL color Cylindrical-coordinate representation of color #1E9B8F: hue angle of 174.24º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E9B8F is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB30155143-
CMYK0.8100.080.39
HSL174.24º67.57%36.27%-
HSV(B)174.24º80.65%60.78%-
XYZ17.2125.730.04-
YUV116.26143.0966.48-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.15%
GREEN value IS 155 (60.94% from 255) = 47.26%
BLUE value IS 143 (56.25% from 255) = 43.60%
R=9.15%
G=47.26%
B=43.60%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal301551430.8100.080.39174.2467.5736.27
Hex1E9B8F510827ae4424
Octal362332171210104725610444
Binary111101001101110001111101000101000100111101011101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,155,143); }

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

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

 a { background-color: rgb(30,155,143); }

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

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

 span { border-color: rgb(30,155,143); }

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