#1e9a9e

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

Shades of Java #1E9A9E

Tints of Java #1E9A9E

Color information

#1E9A9E (or 0x1E9A9E) is unknown color: approx Java. HEX triplet: 1E, 9A and 9E. RGB value is (30,154,158). Sum of RGB (Red+Green+Blue) = 30+154+158=342 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.77% from 342); Green value is 154 (60.55% from 255 or 45.03% from 342); Blue value is 158 (62.11% from 255 or 46.20% from 342); Max value from RGB is 158 - color contains mainly: blue. Hex color #1E9A9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9A9E is #E16561. Grayscale: #757575. Windows color (decimal): -14771554 or 10394142. OLE color: 10394142.

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

Color convert

RGB30154158-
CMYK0.810.0300.38
HSL181.88º68.09%36.86%-
HSV(B)181.88º81.01%61.96%-
XYZ18.2625.8636.38-
YUV117.38150.9265.67-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.77%
GREEN value IS 154 (60.55% from 255) = 45.03%
BLUE value IS 158 (62.11% from 255) = 46.20%
R=8.77%
G=45.03%
B=46.20%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal301541580.810.0300.38181.8868.0936.86
Hex1E9A9E513026b64425
Octal36232236121304626610445
Binary1111010011010100111101010001110100110101101101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e9a9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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