Html Css Color HEX #1E8E84 Java

📋 copy color: '#1E8E84'

red 30 ◦ green 142 ◦ blue 132

#1E8E84
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #1E8E84

Tints of Java #1E8E84

RGB

 RED value IS 30 (12.11% from 255) = 9.87%

 GREEN value IS 142 (55.86% from 255) = 46.71%

 BLUE value IS 132 (51.95% from 255) = 43.42%

R = 9.87%
G = 46.71%
B = 43.42%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#1E8E84 (or 0x1E8E84) is known color: Java. HEX triplet: 1E, 8E and 84. RGB value is (30,142,132). Sum of RGB (Red+Green+Blue) = 30+142+132=304 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.87% from 304); Green value is 142 (55.86% from 255 or 46.71% from 304); Blue value is 132 (51.95% from 255 or 43.42% from 304); Max value from RGB is 142 - color contains mainly: green. Hex color #1E8E84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8E84 is #E1717B. Grayscale: #6B6B6B. Windows color (decimal): -14774652 or 8687134. OLE color: 8687134.

HSL color Cylindrical-coordinate representation of color #1E8E84: hue angle of 174.64º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E8E84 is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB 30 142 132 -
CMYK 0.79 0 0.07 0.44
HSL 174.64º 0.65% 0.34% -
HSV(B) 174.64º 0.79% 0.56% -
XYZ 14.37 21.29 25.18 -
YUV 107.37 141.89 72.81 -
System Red Green Blue C M Y K H S L
Decimal 30 142 132 0.79 0 0.07 0.44 174.64 0.65 0.34
Hex 1E 8E 84 4F 0 7 2C AF 41 22
Octal 36 216 204 117 0 7 54 257 101 42
Binary 11110 10001110 10000100 1001111 0 111 101100 10101111 1000001 100010

Color Harmonies of #1E8E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E8E84

Black with #1E8E84

Text Example


Text Example

White with #1E8E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,142,132); }

 H1.HeaderClassName
 {
   color: #1E8E84;
 }
 .AnyTagClassName
 {
   color: #1E8E84;
 }
</style>

background-color css

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

 a { background-color: rgb(30,142,132); }

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

border-color css

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

 span { border-color: rgb(30,142,132); }

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