#1E8D9C

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

Shades of Java #1E8D9C

Tints of Java #1E8D9C

Color information

#1E8D9C (or 0x1E8D9C) is unknown color: approx Java. HEX triplet: 1E, 8D and 9C. RGB value is (30,141,156). Sum of RGB (Red+Green+Blue) = 30+141+156=327 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.17% from 327); Green value is 141 (55.47% from 255 or 43.12% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 156 - color contains mainly: blue. Hex color #1E8D9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8D9C is #E17263. Grayscale: #6D6D6D. Windows color (decimal): -14774884 or 10259742. OLE color: 10259742.

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

Color convert

RGB30141156-
CMYK0.810.1000.39
HSL187.14º67.74%36.47%-
HSV(B)187.14º80.77%61.18%-
XYZ16.0621.7334.8-
YUV109.52154.2371.28-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.17%
GREEN value IS 141 (55.47% from 255) = 43.12%
BLUE value IS 156 (61.33% from 255) = 47.71%
R=9.17%
G=43.12%
B=47.71%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal301411560.810.1000.39187.1467.7436.47
Hex1E8D9C51A027bb4424
Octal362152341211204727310444
Binary111101000110110011100101000110100100111101110111000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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