#1E9E9D

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

Shades of Java #1E9E9D

Tints of Java #1E9E9D

Color information

#1E9E9D (or 0x1E9E9D) is unknown color: approx Java. HEX triplet: 1E, 9E and 9D. RGB value is (30,158,157). Sum of RGB (Red+Green+Blue) = 30+158+157=345 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.70% from 345); Green value is 158 (62.11% from 255 or 45.80% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 158 - color contains mainly: green. Hex color #1E9E9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9E9D is #E16162. Grayscale: #777777. Windows color (decimal): -14770531 or 10329630. OLE color: 10329630.

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

Color convert

RGB30158157-
CMYK0.8100.010.38
HSL179.53º68.09%36.86%-
HSV(B)179.53º81.01%61.96%-
XYZ18.8527.1636.15-
YUV119.61149.0964.08-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.70%
GREEN value IS 158 (62.11% from 255) = 45.80%
BLUE value IS 157 (61.72% from 255) = 45.51%
R=8.70%
G=45.80%
B=45.51%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal301581570.8100.010.38179.5368.0936.86
Hex1E9E9D510126b44425
Octal36236235121014626410445
Binary111101001111010011101101000101100110101101001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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