#1E999B

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

Shades of Java #1E999B

Tints of Java #1E999B

Color information

#1E999B (or 0x1E999B) is unknown color: approx Java. HEX triplet: 1E, 99 and 9B. RGB value is (30,153,155). Sum of RGB (Red+Green+Blue) = 30+153+155=338 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.88% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E999B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E999B is #E16664. Grayscale: #747474. Windows color (decimal): -14771813 or 10197278. OLE color: 10197278.

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

Color convert

RGB30153155-
CMYK0.810.0100.39
HSL180.96º67.57%36.27%-
HSV(B)180.96º80.65%60.78%-
XYZ17.8425.4334.98-
YUV116.45149.7566.34-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.88%
GREEN value IS 153 (60.16% from 255) = 45.27%
BLUE value IS 155 (60.94% from 255) = 45.86%
R=8.88%
G=45.27%
B=45.86%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal301531550.810.0100.39180.9667.5736.27
Hex1E999B511027b54424
Octal36231233121104726510444
Binary111101001100110011011101000110100111101101011000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,153,155); }

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

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

 a { background-color: rgb(30,153,155); }

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

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

 span { border-color: rgb(30,153,155); }

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