#2EA69E

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

Shades of Java #2EA69E

Tints of Java #2EA69E

Color information

#2EA69E (or 0x2EA69E) is unknown color: approx Java. HEX triplet: 2E, A6 and 9E. RGB value is (46,166,158). Sum of RGB (Red+Green+Blue) = 46+166+158=370 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.43% from 370); Green value is 166 (65.23% from 255 or 44.86% from 370); Blue value is 158 (62.11% from 255 or 42.70% from 370); Max value from RGB is 166 - color contains mainly: green. Hex color #2EA69E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA69E is #D15961. Grayscale: #818181. Windows color (decimal): -13719906 or 10397230. OLE color: 10397230.

HSL color Cylindrical-coordinate representation of color #2EA69E: hue angle of 176º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2EA69E is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB46166158-
CMYK0.7200.050.35
HSL176º56.6%41.57%-
HSV(B)176º72.29%65.1%-
XYZ20.9330.3237.1-
YUV129.21144.2468.65-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.43%
GREEN value IS 166 (65.23% from 255) = 44.86%
BLUE value IS 158 (62.11% from 255) = 42.70%
R=12.43%
G=44.86%
B=42.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal461661580.7200.050.3517656.641.57
Hex2EA69E480523b0392a
Octal5624623611005432607152
Binary10111010100110100111101001000010110001110110000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2EA69E; }

 p { color: rgb(46,166,158); }

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

<style>
 a { background-color: #2EA69E; }

 a { background-color: rgb(46,166,158); }

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

<style>
 span { border-color: #2EA69E; }

 span { border-color: rgb(46,166,158); }

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