#1E9C8C

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

Shades of Java #1E9C8C

Tints of Java #1E9C8C

Color information

#1E9C8C (or 0x1E9C8C) is unknown color: approx Java. HEX triplet: 1E, 9C and 8C. RGB value is (30,156,140). Sum of RGB (Red+Green+Blue) = 30+156+140=326 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.20% from 326); Green value is 156 (61.33% from 255 or 47.85% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 156 - color contains mainly: green. Hex color #1E9C8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9C8C is #E16373. Grayscale: #747474. Windows color (decimal): -14771060 or 9215006. OLE color: 9215006.

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

Color convert

RGB30156140-
CMYK0.8100.100.39
HSL172.38º67.74%36.47%-
HSV(B)172.38º80.77%61.18%-
XYZ17.1625.9528.91-
YUV116.5141.2666.3-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.20%
GREEN value IS 156 (61.33% from 255) = 47.85%
BLUE value IS 140 (55.08% from 255) = 42.94%
R=9.20%
G=47.85%
B=42.94%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal301561400.8100.100.39172.3867.7436.47
Hex1E9C8C510A27ac4424
Octal362342141210124725410444
Binary111101001110010001100101000101010100111101011001000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,156,140); }

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

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

 a { background-color: rgb(30,156,140); }

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

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

 span { border-color: rgb(30,156,140); }

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