#2EA69C

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

Shades of Java #2EA69C

Tints of Java #2EA69C

Color information

#2EA69C (or 0x2EA69C) is unknown color: approx Java. HEX triplet: 2E, A6 and 9C. RGB value is (46,166,156). Sum of RGB (Red+Green+Blue) = 46+166+156=368 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.5% from 368); Green value is 166 (65.23% from 255 or 45.11% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 166 - color contains mainly: green. Hex color #2EA69C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA69C is #D15963. Grayscale: #808080. Windows color (decimal): -13719908 or 10266158. OLE color: 10266158.

HSL color Cylindrical-coordinate representation of color #2EA69C: hue angle of 175º 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 #2EA69C is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB46166156-
CMYK0.7200.060.35
HSL175º56.6%41.57%-
HSV(B)175º72.29%65.1%-
XYZ20.7630.2536.2-
YUV128.98143.2468.81-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.5%
GREEN value IS 166 (65.23% from 255) = 45.11%
BLUE value IS 156 (61.33% from 255) = 42.39%
R=12.5%
G=45.11%
B=42.39%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal461661560.7200.060.3517556.641.57
Hex2EA69C480623af392a
Octal5624623411006432577152
Binary10111010100110100111001001000011010001110101111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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