#1E989D

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

Shades of Java #1E989D

Tints of Java #1E989D

Color information

#1E989D (or 0x1E989D) is unknown color: approx Java. HEX triplet: 1E, 98 and 9D. RGB value is (30,152,157). Sum of RGB (Red+Green+Blue) = 30+152+157=339 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.85% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 157 - color contains mainly: blue. Hex color #1E989D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E989D is #E16762. Grayscale: #737373. Windows color (decimal): -14772067 or 10328094. OLE color: 10328094.

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

Color convert

RGB30152157-
CMYK0.810.0300.38
HSL182.36º67.91%36.67%-
HSV(B)182.36º80.89%61.57%-
XYZ17.8525.1735.82-
YUV116.09151.0866.59-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.85%
GREEN value IS 152 (59.77% from 255) = 44.84%
BLUE value IS 157 (61.72% from 255) = 46.31%
R=8.85%
G=44.84%
B=46.31%

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
Decimal301521570.810.0300.38182.3667.9136.67
Hex1E989D513026b64425
Octal36230235121304626610445
Binary1111010011000100111011010001110100110101101101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E989D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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