#1E9B8D

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

Shades of Java #1E9B8D

Tints of Java #1E9B8D

Color information

#1E9B8D (or 0x1E9B8D) is unknown color: approx Java. HEX triplet: 1E, 9B and 8D. RGB value is (30,155,141). Sum of RGB (Red+Green+Blue) = 30+155+141=326 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.20% from 326); Green value is 155 (60.94% from 255 or 47.55% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 155 - color contains mainly: green. Hex color #1E9B8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9B8D is #E16472. Grayscale: #737373. Windows color (decimal): -14771315 or 9280286. OLE color: 9280286.

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

Color convert

RGB30155141-
CMYK0.8100.090.39
HSL173.28º67.57%36.27%-
HSV(B)173.28º80.65%60.78%-
XYZ17.0625.6429.25-
YUV116.03142.0966.64-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.20%
GREEN value IS 155 (60.94% from 255) = 47.55%
BLUE value IS 141 (55.47% from 255) = 43.25%
R=9.20%
G=47.55%
B=43.25%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal301551410.8100.090.39173.2867.5736.27
Hex1E9B8D510927ad4424
Octal362332151210114725510444
Binary111101001101110001101101000101001100111101011011000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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