#1E998D

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

Shades of Java #1E998D

Tints of Java #1E998D

Color information

#1E998D (or 0x1E998D) is unknown color: approx Java. HEX triplet: 1E, 99 and 8D. RGB value is (30,153,141). Sum of RGB (Red+Green+Blue) = 30+153+141=324 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.26% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #1E998D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E998D is #E16672. Grayscale: #727272. Windows color (decimal): -14771827 or 9279774. OLE color: 9279774.

HSL color Cylindrical-coordinate representation of color #1E998D: hue angle of 174.15º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E998D is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB30153141-
CMYK0.8000.080.4
HSL174.15º67.21%35.88%-
HSV(B)174.15º80.39%60%-
XYZ16.7324.9829.14-
YUV114.85142.7567.48-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.26%
GREEN value IS 153 (60.16% from 255) = 47.22%
BLUE value IS 141 (55.47% from 255) = 43.52%
R=9.26%
G=47.22%
B=43.52%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal301531410.8000.080.4174.1567.2135.88
Hex1E998D500828ae4324
Octal362312151200105025610344
Binary111101001100110001101101000001000101000101011101000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E998D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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